Jack2 1.9.6
|
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 | Process () |
virtual int | ProcessNull () |
virtual int | Attach () |
virtual int | Detach () |
virtual int | Read () |
virtual int | Write () |
Protected Member Functions | |
JackMidiBuffer * | GetInputBuffer (int port_index) |
JackMidiBuffer * | GetOutputBuffer (int port_index) |
Protected Attributes | |
int | fCaptureChannels |
int | fPlaybackChannels |
jack_ringbuffer_t * | fRingBuffer [DRIVER_PORT_NUM] |
jack_port_id_t | fCapturePortList [DRIVER_PORT_NUM] |
jack_port_id_t | fPlaybackPortList [DRIVER_PORT_NUM] |
The base class for MIDI drivers: drivers with MIDI ports.
Definition at line 35 of file JackMidiDriver.h.