AudioModule.readParam_int

Reads the given value (int).

class AudioModule
public abstract nothrow
int
readParam_int
(,
uint paramID
)

Parameters

presetID uint

The preset ID, or uint.max for global module values.

paramID uint

The parameter ID.

Return Value

Type: int

The value of the given preset and parameter

Meta