AudioModule.readParam_double

Reads the given value (int).

class AudioModule
public abstract nothrow
double
readParam_double
(,
uint paramID
)

Parameters

presetID uint

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

paramID uint

The parameter ID.

Return Value

Type: double

The value of the given preset and parameter

Meta