AudioModule.readParam_long

Reads the given value (int).

class AudioModule
public abstract nothrow
long
readParam_long
(,
uint paramID
)

Parameters

presetID uint

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

paramID uint

The parameter ID.

Return Value

Type: long

The value of the given preset and parameter

Meta