|
SynthLab SDK
|
#include <synthlabds.h>
Public Member Functions | |
| void | clear () |
Public Attributes | |
| uint32_t | droplistMask = 0 |
| ICustomView * | droplistControl_RAFX = nullptr |
| ICustomView * | droplistControl_ASPiK = nullptr |
| moodycamel::ReaderWriterQueue< std::vector< std::string >, 2 > | droplistDataQueue |
| uint32_t | modKnobMask = 0 |
| ICustomView * | modKnobLabel_RAFX [4] = { nullptr, nullptr, nullptr, nullptr } |
| ICustomView * | modKnobLabel_ASPiK [4] = { nullptr, nullptr, nullptr, nullptr } |
| moodycamel::ReaderWriterQueue< std::string, 2 > | modKnobLabelDataQueue [4] |
| uint32_t | controlStringCount = 0 |
Information about custom view data. Note that this is ASPiK-specific and not part of SynthLab directly. You can use it to setup your own dynamic string loading GUI controls.