fmout.h
static void setFMPatchesDirectory(const char *dir)
Sets the directory where the FM patches are stored, that is, where the std.o3, std....
Definition fmout.cpp:326
int patch(int p)
Returns p if the patch p has been loaded, or another patch (already loaded) if p hasn't been loaded.
Definition fmout.cpp:207
virtual void setVolumePercentage(int volper)
Change all channel volume events multiplying it by this percentage correction Instead of forcing a ch...
Definition midiout.h:225
virtual void chnPitchBender(uchar chn, uchar lsb, uchar msb)
See DeviceManager::chnPitchBender().
Definition midiout.cpp:166
virtual void noteOn(uchar chn, uchar note, uchar vel)
See DeviceManager::noteOn().
Definition midiout.cpp:113
virtual void chnPatchChange(uchar chn, uchar patch)
See DeviceManager::chnPatchChange().
Definition midiout.cpp:147
virtual void initDev()
Initializes the device sending generic standard midi events and controllers, such as changing the pat...
Definition midiout.cpp:86
virtual void chnPressure(uchar chn, uchar vel)
See DeviceManager::chnPressure().
Definition midiout.cpp:158
virtual void keyPressure(uchar chn, uchar note, uchar vel)
See DeviceManager::keyPressure().
Definition midiout.cpp:140
virtual void noteOff(uchar chn, uchar note, uchar vel)
See DeviceManager::noteOff().
Definition midiout.cpp:130
virtual void chnController(uchar chn, uchar ctl, uchar v)
See DeviceManager::chnController().
Definition midiout.cpp:186
Trinity API Reference