ASPiK SDK
|
Classes | |
class | VSTGUI::WaveView |
This object displays an audio histogram waveform view. . More... | |
struct | VSTGUI::CustomViewMessage |
Custom structure for passing messages and data to and from the plugin core object. See the Custom View tutorial project for more informaiton. More... | |
class | VSTGUI::CustomKnobView |
This object demonstrates how to subclass an existing VSTGUI4 control to setup a communcation channel with it using the ICustomView interface. . More... | |
struct | VSTGUI::TextDisplayViewMessage |
Custom structure for dynamic option menus. . More... | |
struct | VSTGUI::RAFX2CustomViewMessage |
Custom structure for dynamic option menus in RackAFX only - NOTE: unused in ASPiK and not needed. . More... | |
class | VSTGUI::CustomTextLabel |
Custom object for dynamic lables that can change their text programmatically. . More... | |
class | VSTGUI::CustomOptionMenu |
Custom object for dynamic menus that can change their contents programmatically - NOTE: the number of items can NOT change, only the text strings. . More... | |
The ASPiK CustomControls folder contains C++ files that implement custom controls, views, and sub-controllers.