drumstick  1.0.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...
 

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 plugings that can produce MIDI events