linuxsampler 2.3.1
|
Defines the instrument and settings a MIDI bank MSB, LSB, program triple ought to be mapped to. More...
#include <MidiInstrumentMapper.h>
Public Attributes | |
String | EngineName |
The sampler engine to be used. | |
String | InstrumentFile |
File name of the instrument to be loaded. | |
uint | InstrumentIndex |
Index of the instrument within its file. | |
mode_t | LoadMode |
Life-time strategy of instrument. | |
float | Volume |
Global volume factor for this instrument. | |
String | Name |
Display name that should be associated with this mapping entry. | |
Defines the instrument and settings a MIDI bank MSB, LSB, program triple ought to be mapped to.
Definition at line 69 of file MidiInstrumentMapper.h.
String LinuxSampler::MidiInstrumentMapper::entry_t::EngineName |
The sampler engine to be used.
Definition at line 70 of file MidiInstrumentMapper.h.
String LinuxSampler::MidiInstrumentMapper::entry_t::InstrumentFile |
File name of the instrument to be loaded.
Definition at line 71 of file MidiInstrumentMapper.h.
uint LinuxSampler::MidiInstrumentMapper::entry_t::InstrumentIndex |
Index of the instrument within its file.
Definition at line 72 of file MidiInstrumentMapper.h.
mode_t LinuxSampler::MidiInstrumentMapper::entry_t::LoadMode |
Life-time strategy of instrument.
Definition at line 73 of file MidiInstrumentMapper.h.
String LinuxSampler::MidiInstrumentMapper::entry_t::Name |
Display name that should be associated with this mapping entry.
Definition at line 75 of file MidiInstrumentMapper.h.
float LinuxSampler::MidiInstrumentMapper::entry_t::Volume |
Global volume factor for this instrument.
Definition at line 74 of file MidiInstrumentMapper.h.