|
SynthLab SDK
|
See also Designing Software Synthesizers in C++ 2nd Ed. by Will Pirkle. More...
#include "pluginstructures.h"#include "../../examples/synthlab_examples/synthengine.h"Go to the source code of this file.
Classes | |
| struct | CustomViewInfo |
| struct | moduleAuxParamSet |
| class | DynamicStringManager |
| Dynamic string manager - this object connects plugin parameters and their GUI controls with new or different sets of strings to display. More... | |
Variables | |
| const uint32_t | CUSTOM_OPTION_MENU = 131072 |
| const uint32_t | CUSTOM_KNOB_LABEL = 131073 |
| const uint32_t | CUSTOM_KNOB_LABEL_INDEX = 131074 |
| const uint32_t | TOTAL_CUSTOM_VIEWS = 64 |
| const uint32_t | CUSTOM_BITS = 31 |
See also Designing Software Synthesizers in C++ 2nd Ed. by Will Pirkle.