linuxsampler 1.0.0
|
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.
The sampler engine to be used.
Definition at line 70 of file MidiInstrumentMapper.h.
File name of the instrument to be loaded.
Definition at line 71 of file MidiInstrumentMapper.h.
Index of the instrument within its file.
Definition at line 72 of file MidiInstrumentMapper.h.
Life-time strategy of instrument.
Definition at line 73 of file MidiInstrumentMapper.h.
Display name that should be associated with this mapping entry.
Definition at line 75 of file MidiInstrumentMapper.h.
Global volume factor for this instrument.
Definition at line 74 of file MidiInstrumentMapper.h.