#include <midi.h>
Public Member Functions | |
bool | operator< (const midi_prog_index_t &other) const |
Public Attributes | |
uint8_t | midi_bank_msb |
coarse MIDI bank index | |
uint8_t | midi_bank_lsb |
fine MIDI bank index | |
uint8_t | midi_prog |
MIDI program index. |
Definition at line 57 of file midi.h.
bool LinuxSampler::midi_prog_index_t::operator< | ( | const midi_prog_index_t & | other | ) | const [inline] |