linuxsampler 2.3.1
|
Reflects unique ID of an instrument. More...
#include <InstrumentManager.h>
Public Member Functions | |
bool | operator< (const instrument_id_t &o) const |
bool | operator== (const instrument_id_t &o) const |
Public Attributes | |
String | FileName |
File name of the instrument. | |
uint | Index |
Index of the instrument within the file. | |
Reflects unique ID of an instrument.
Definition at line 66 of file InstrumentManager.h.
|
inline |
Definition at line 71 of file InstrumentManager.h.
|
inline |
Definition at line 75 of file InstrumentManager.h.
String LinuxSampler::InstrumentManager::instrument_id_t::FileName |
File name of the instrument.
Definition at line 67 of file InstrumentManager.h.
Referenced by operator<(), and operator==().
uint LinuxSampler::InstrumentManager::instrument_id_t::Index |
Index of the instrument within the file.
Definition at line 68 of file InstrumentManager.h.
Referenced by operator<(), and operator==().