pixelperfectengine v0.10.0-beta.4 (2021-12-11T23:19:07Z)
Dub
Repo
PCM8.moduleSetup
pixelperfectengine
audio
modules
pcm8
PCM8
Sets the module up.
Can be overridden in child classes to allow resets.
class
PCM8
override @
safe
nothrow
void
moduleSetup
(
ubyte
[]
inputs
,
ubyte
[]
outputs
,
int
sampleRate
,
size_t
bufferSize
,
ModuleManager
handler
)
Meta
Source
See Implementation
pixelperfectengine
audio
modules
pcm8
PCM8
aliases
PresetMap
SampleMap
constructors
this
enums
PresetFlags
functions
midiReceive
moduleSetup
recallParam_double
recallParam_int
recallParam_string
recallParam_uint
renderFrame
waveformDataReceive
static variables
ADSR_TIME_TABLE
SUSTAIN_CONTROL_TIME_TABLE
structs
Channel
Preset
Sample
SampleAssignment
variables
channels
lfo
lfoOut
presetBank
sampleBank
Sets the module up.
Can be overridden in child classes to allow resets.