dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
Client.readBoolParamValue
dplug
client
client
Client
Boilerplate function to get the value of a
BoolParameter
,for use in
processAudio
.
class
Client
nothrow @
nogc
final nothrow @
nogc
bool
readBoolParamValue
(
int
paramIndex
)
Meta
Source
See Implementation
dplug
client
client
Client
aliases
getPluginVersion
constructors
this
destructors
~this
functions
buildLegalIO
buildParameters
buildPluginInfo
buildPresets
closeGUI
createGraphics
enqueueMIDIFromHost
getGUISize
getNextMidiMessages
getPluginFullName
getPluginUniqueID
getPublicVersion
getVendorUniqueID
graphicsAcquire
graphicsRelease
hasGUI
hostCommand
isLegalIO
isSynth
isValidInputIndex
isValidOutputIndex
isValidParamIndex
latencySamples
legalIOs
makeDefaultPreset
maxFramesInProcess
maxInputs
maxOutputs
openGUI
param
params
pluginName
presetBank
processAudio
processAudioFromHost
readBoolParamValue
readEnumParamValue
readFloatParamValue
readIntegerParamValue
receivesMIDI
reset
resetFromHost
setHostCommand
setParameterFromHost
tailSizeInSeconds
vendorName
variables
_graphics
_graphicsIsAvailable
_hostCommand
_info
Boilerplate function to get the value of a BoolParameter,for use in processAudio.