ProgramList element.
More...
#include <vsteditcontroller.h>
|
| | 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 tresult | hasPitchNames (int32 programIndex) |
| |
| virtual tresult | getPitchName (int32 programIndex, int16 midiPitch, String128 name) |
| |
| virtual int32 | addProgram (const String128 name) |
| | Adds a program to the end of the list.
|
| |
| virtual bool | setProgramInfo (int32 programIndex, CString attributeId, const String128 value) |
| | Sets a program attribute value.
|
| |
| virtual Parameter * | getParameter () |
| | Creates and returns the program parameter.
|
| |
| const TChar* getName |
( |
| ) |
const |
|
inline |
Sets a program attribute value.
Creates and returns the program parameter.