LMMS
Loading...
Searching...
No Matches
_LV2_Program_Descriptor Struct Reference

#include <lv2_programs.h>

Public Attributes

uint32_t bank
uint32_t program
const char * name

Member Data Documentation

◆ bank

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.

◆ name

const char* _LV2_Program_Descriptor::name

Name of the program.

◆ 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.


The documentation for this struct was generated from the following file: