Jack2
1.9.8
|
The base class for MIDI drivers: drivers with MIDI ports. More...
#include <JackMidiDriver.h>
Public Member Functions | |
JackMidiDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table) | |
virtual int | Open (bool capturing, bool playing, int inchannels, int outchannels, bool monitor, const char *capture_driver_name, const char *playback_driver_name, jack_nframes_t capture_latency, jack_nframes_t playback_latency) |
virtual int | SetBufferSize (jack_nframes_t buffer_size) |
virtual int | Attach () |
virtual int | Detach () |
Protected Member Functions | |
JackMidiBuffer * | GetInputBuffer (int port_index) |
JackMidiBuffer * | GetOutputBuffer (int port_index) |
virtual int | ProcessReadSync () |
virtual int | ProcessWriteSync () |
virtual int | ProcessReadAsync () |
virtual int | ProcessWriteAsync () |
virtual void | UpdateLatencies () |
The base class for MIDI drivers: drivers with MIDI ports.
Definition at line 35 of file JackMidiDriver.h.