Channel information structure for fluid_synth_get_channel_info(). More...
Data Fields | |
int | assigned: 1 |
TRUE if a preset is assigned, FALSE otherwise. | |
int | sfont_id |
ID of parent SoundFont. | |
int | bank |
MIDI bank number (0-16383). | |
int | program |
MIDI program number (0-127). | |
char | name [FLUID_SYNTH_CHANNEL_INFO_NAME_SIZE] |
Channel preset name. | |
char | reserved [32] |
Reserved data for future expansion. |
Channel information structure for fluid_synth_get_channel_info().