◆ getName()
virtual const char* NullMusicPlugin::getName |
( |
| ) |
const |
|
virtual |
◆ getId()
virtual const char* NullMusicPlugin::getId |
( |
| ) |
const |
|
inlinevirtual |
Returns a unique string identifier which will be used to save the selected MIDI driver to the config file.
Implements MusicPluginObject.
◆ getDevices()
◆ createInstance()
Tries to instantiate a MIDI Driver instance based on the device previously detected via MidiDriver::detectDevice()
- Parameters
-
mididriver | Pointer to a pointer which the MusicPluginObject sets to the newly create MidiDriver, or 0 in case of an error |
dev | Pointer to a device to be used then creating the driver instance. Default value of zero for driver types without devices. |
- Returns
- a Common::Error describing the error which occurred, or kNoError
Implements MusicPluginObject.
The documentation for this class was generated from the following file: