VST 3 Interfaces
VST 3.6.7
SDK for developing VST Plug-in
|
Component extension to access program list data. More...
#include <ivstunits.h>
Public Member Functions | |
virtual tresult | programDataSupported (ProgramListID listId)=0 |
Returns kResultTrue if the given Program List ID supports Program Data. More... | |
virtual tresult | getProgramData (ProgramListID listId, int32 programIndex, IBStream *data)=0 |
Gets for a given program list ID and program index the program Data. More... | |
virtual tresult | setProgramData (ProgramListID listId, int32 programIndex, IBStream *data)=0 |
Sets for a given program list ID and program index a program Data. More... | |
![]() | |
virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
virtual uint32 | addRef ()=0 |
virtual uint32 | release ()=0 |
Static Public Attributes | |
static const FUID | iid |
![]() | |
static const FUID | iid |
Component extension to access program list data.
A component can either support program list data via this interface or unit preset data (IUnitData), but not both!
|
pure virtual |
Returns kResultTrue if the given Program List ID supports Program Data.
|
pure virtual |
Gets for a given program list ID and program index the program Data.
|
pure virtual |
Sets for a given program list ID and program index a program Data.
|
static |