SynthLab SDK
|
See also Designing Software Synthesizers in C++ 2nd Ed. by Will Pirkle. More...
Go to the source code of this file.
Classes | |
class | SynthLab::JumpTable< T > |
A customized circular buffer for the wave sequencer object. This is identical to the CircularBuffer object in the FX plugin book. More... | |
class | SynthLab::LaneStep |
Holds all the information needed for one step of one lane in the wave sequencer. More... | |
class | SynthLab::Lane |
struct | SynthLab::WaveSequencerStatusMeters |
struct | SynthLab::WaveSequencerParameters |
GUI Parameters for wave sequencer object. More... | |
class | SynthLab::WaveSequencer |
WaveSequencer module. More... | |
Enumerations | |
enum | soloType { SOLO_OFF, SOLO_0, SOLO_1, SOLO_2, SOLO_3, SOLO_4, SOLO_5, SOLO_6, SOLO_7 } |
See also Designing Software Synthesizers in C++ 2nd Ed. by Will Pirkle.