Trait vst3::Steinberg::Vst::IUnitHandlerTrait
source · pub trait IUnitHandlerTrait {
// Required methods
unsafe fn notifyUnitSelection(&self, unitId: UnitID) -> tresult;
unsafe fn notifyProgramListChange(
&self,
listId: ProgramListID,
programIndex: int32
) -> tresult;
}