#include <ivstunits.h>
Inheritance diagram for Steinberg::Vst::IUnitHandler:

Public Member Functions | |
| virtual tresult PLUGIN_API | notifyUnitSelection (UnitID unitId)=0 |
| virtual tresult PLUGIN_API | notifyProgramListChange (ProgramListID listId, int32 programIndex)=0 |
Static Public Attributes | |
| static const FUID | iid |
Host callback interface, used with IUnitInfo. Retrieve via queryInterface from IComponentHandler.
Definition at line 93 of file ivstunits.h.
| virtual tresult PLUGIN_API Steinberg::Vst::IUnitHandler::notifyProgramListChange | ( | ProgramListID | listId, | |
| int32 | programIndex | |||
| ) | [pure virtual] |
Tell host that the plugin controller changed a program list (rename, load).
| programIndex | : when kAllProgramInvalid, all program information is invalid, otherwise only the program of given index |
| virtual tresult PLUGIN_API Steinberg::Vst::IUnitHandler::notifyUnitSelection | ( | UnitID | unitId | ) | [pure virtual] |
Notify host when a module is selected in plugin gui
const FUID Steinberg::Vst::IUnitHandler::iid [static] |