pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
AudioModule.writeParam_long
pixelperfectengine
audio
base
modulebase
AudioModule
Restores a parameter to the given preset. Returns an errorcode on failure.
class
AudioModule
public abstract nothrow
int
writeParam_long
(
uint
presetID
,
uint
paramID
,
long
value
)
Meta
Source
See Implementation
pixelperfectengine
audio
base
modulebase
AudioModule
aliases
StreamIDSet
functions
getInfo
getParameters
getSamplerate
midiReceive
moduleSetup
readParam_double
readParam_int
readParam_long
readParam_string
renderFrame
waveformDataReceive
writeParam_double
writeParam_int
writeParam_long
writeParam_string
structs
ModuleInfo
variables
bufferSize
enabledInputs
enabledOutputs
handler
info
midiOut
sampleRate
Restores a parameter to the given preset. Returns an errorcode on failure.