|
LMMS
|
#include <lv2_programs.h>
Public Attributes | |
| uint32_t | bank |
| uint32_t | program |
| const char * | name |
| uint32_t _LV2_Program_Descriptor::bank |
Bank number for this program. Note that this extension 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* _LV2_Program_Descriptor::name |
Name of the program.
| uint32_t _LV2_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.