SynthLab SDK
CustomViewInfo Struct Reference

#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
 

Detailed Description

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.

  • This is not part of SynthLab. It is only for ASPiK and RAFX integration and can be ignored for any other framework.

The documentation for this struct was generated from the following file: