ProgramListWithPitchNames element. More...
#include <vsteditcontroller.h>

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. | |
| bool | removePitchName (int32 programIndex, int16 pitch) |
| Removes the PitchName entry for the given program index and a given pitch. | |
| int32 | addProgram (const String128 name) |
| tresult | hasPitchNames (int32 programIndex) |
| tresult | getPitchName (int32 programIndex, int16 midiPitch, String128 name) |
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.