|
LMMS
|
#include <dssi.h>
Public Attributes | |
| unsigned long | Bank |
| unsigned long | Program |
| const char * | Name |
| unsigned long _DSSI_Program_Descriptor::Bank |
Bank number for this program. Note that DSSI does not support MIDI-style separation of bank LSB and MSB values. There is no restriction on the set of available banks: the numbers do not need to be contiguous, there does not need to be a bank 0, etc.
| const char* _DSSI_Program_Descriptor::Name |
Name of the program.
| unsigned long _DSSI_Program_Descriptor::Program |
Program number (unique within its bank) for this program. There is no restriction on the set of available programs: the numbers do not need to be contiguous, there does not need to be a program 0, etc.