dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
IPluginHost.restoreState
dplug
host
host
IPluginHost
Restore state of the plugin, saved with
saveState
.
interface
IPluginHost
nothrow @
nogc
bool
restoreState
(
const
(
ubyte
)[]
chunk
)
Return Value
Type:
bool
true
on success.
Meta
Source
See Implementation
dplug
host
host
IPluginHost
functions
beginAudioProcessing
close
closeUI
endAudioProcessing
getCurrentProgram
getEffectName
getLatencySamples
getParameter
getParameterCount
getParameterName
getProductString
getTailSizeInSeconds
getUISize
getVendorString
loadPreset
openUI
processAudioFloat
restoreState
saveState
setIO
setMaxBufferSize
setParameter
setSampleRate
Restore state of the plugin, saved with saveState.