These are method that you must use to initialize and run a device. More...
Functions | |
| void | midi_device_init (MidiDevice *device) |
| Initialize a device. | |
| void | midi_device_process (MidiDevice *device) |
| Process input data. | |
These are method that you must use to initialize and run a device.
| void midi_device_init | ( | MidiDevice * | device | ) |
Initialize a device.
You must call this before using the device in question.
| device | the device to initialize |
| void midi_device_process | ( | MidiDevice * | device | ) |
Process input data.
This method drives the input processing, you must call this method frequently if you expect to have your input callbacks called.
| device | the device to process |
1.7.1