drumstick  1.1.0
Realtime MIDI (I/O)

BackendManager provides a mechanism to find and enumerate backends (plugins) to manage realtime MIDI input/output. More...

Classes

class  BackendManager
 The BackendManager class manages lists of dynamic and static backends for applications based on drumstick-rt. More...
 
class  MIDIInput
 MIDI IN interface. More...
 
class  MIDIOutput
 MIDI OUT interface. More...
 

Detailed Description

BackendManager provides a mechanism to find and enumerate backends (plugins) to manage realtime MIDI input/output.

This class and plugins are multiplatform. The backends implement one of these interfaces:

MIDIInput: for plugins that can receive MIDI events

MIDIOutput: for plugins that can consume MIDI events