_fluid_synth_channel_info_t Struct Reference
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.
|
Detailed Description
Channel information structure for fluid_synth_get_channel_info().
- Since:
- 1.1.1
The documentation for this struct was generated from the following file: