linuxsampler 2.3.1
LinuxSampler::midi_prog_index_t Struct Reference

MIDI program index. More...

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

Detailed Description

MIDI program index.

Definition at line 57 of file midi.h.

Member Function Documentation

◆ operator<()

bool LinuxSampler::midi_prog_index_t::operator< ( const midi_prog_index_t other) const
inline

Definition at line 62 of file midi.h.

Member Data Documentation

◆ midi_bank_lsb

uint8_t LinuxSampler::midi_prog_index_t::midi_bank_lsb

fine MIDI bank index

Definition at line 59 of file midi.h.

◆ midi_bank_msb

uint8_t LinuxSampler::midi_prog_index_t::midi_bank_msb

coarse MIDI bank index

Definition at line 58 of file midi.h.

◆ midi_prog

uint8_t LinuxSampler::midi_prog_index_t::midi_prog

MIDI program index.

Definition at line 60 of file midi.h.


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