Host callback for unit support. More...
#include <ivstunits.h>
Public Member Functions | |
virtual tresult | notifyUnitSelection (UnitID unitId)=0 |
Notify host when a module is selected in Plug-in GUI. | |
virtual tresult | notifyProgramListChange (ProgramListID listId, int32 programIndex)=0 |
Tell host that the Plug-in controller changed a program list (rename, load, PitchName changes). | |
Static Public Attributes | |
static const FUID | iid |
Host callback for unit support.
Host callback interface, used with IUnitInfo. Retrieve via queryInterface from IComponentHandler.
Notify host when a module is selected in Plug-in GUI.
virtual tresult notifyProgramListChange | ( | ProgramListID | listId, | |
int32 | programIndex | |||
) | [pure virtual] |
Tell host that the Plug-in controller changed a program list (rename, load, PitchName changes).
listId | is the specified program list ID to inform. | |
programIndex | : when kAllProgramInvalid, all program information is invalid, otherwise only the program of given index. |