|
VST 3 SDK
VST 3.6.5
SDK for developing VST Plug-in
|
ProgramListWithPitchNames element. More...
#include <vsteditcontroller.h>
Inheritance diagram for ProgramListWithPitchNames:Public Member Functions | |
| ProgramListWithPitchNames (const String128 name, ProgramListID listId, UnitID unitId) | |
| bool | setPitchName (int32 programIndex, int16 pitch, const String128 pitchName) |
| Sets a name for the given program index and a given pitch. More... | |
| bool | removePitchName (int32 programIndex, int16 pitch) |
| Removes the PitchName entry for the given program index and a given pitch. More... | |
| int32 | addProgram (const String128 name) |
| tresult | hasPitchNames (int32 programIndex) |
| tresult | getPitchName (int32 programIndex, int16 midiPitch, String128 name) |
Public Member Functions inherited from ProgramList | |
| ProgramList (const String128 name, ProgramListID listId, UnitID unitId) | |
| ProgramList (const ProgramList &programList) | |
| const ProgramListInfo & | getInfo () const |
| ProgramListID | getID () const |
| const TChar * | getName () const |
| int32 | getCount () const |
| virtual tresult | getProgramName (int32 programIndex, String128 name) |
| virtual tresult | setProgramName (int32 programIndex, const String128 name) |
| virtual tresult | getProgramInfo (int32 programIndex, CString attributeId, String128 value) |
| virtual bool | setProgramInfo (int32 programIndex, CString attributeId, const String128 value) |
| Sets a program attribute value. More... | |
| virtual Parameter * | getParameter () |
| Creates and returns the program parameter. More... | |
Additional Inherited Members | |
Data Fields inherited from ProgramList | |
| OBJ_METHODS(ProgramList, FObject) protected UnitID | unitId |
| TArray< String > | programNames |
| TArray< TDictionary< String, String > > | programInfos |
| Parameter * | parameter |
ProgramListWithPitchNames element.
| ProgramListWithPitchNames | ( | const String128 | name, |
| ProgramListID | listId, | ||
| UnitID | unitId | ||
| ) |
Sets a name for the given program index and a given pitch.
Removes the PitchName entry for the given program index and a given pitch.
Returns true if it was found and removed.
Reimplemented from ProgramList.
Reimplemented from ProgramList.
Reimplemented from ProgramList.