Jack2 1.9.6
Public Member Functions | Protected Member Functions | Protected Attributes

Jack::JackMidiDriver Class Reference

The base class for MIDI drivers: drivers with MIDI ports. More...

#include <JackMidiDriver.h>

Inheritance diagram for Jack::JackMidiDriver:
Jack::JackDriver Jack::JackDriverClientInterface Jack::JackDriverInterface Jack::JackClientInterface

List of all members.

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

JackMidiBufferGetInputBuffer (int port_index)
JackMidiBufferGetOutputBuffer (int port_index)

Protected Attributes

int fCaptureChannels
int fPlaybackChannels
jack_ringbuffer_tfRingBuffer [DRIVER_PORT_NUM]
jack_port_id_t fCapturePortList [DRIVER_PORT_NUM]
jack_port_id_t fPlaybackPortList [DRIVER_PORT_NUM]

Detailed Description

The base class for MIDI drivers: drivers with MIDI ports.

Definition at line 35 of file JackMidiDriver.h.


The documentation for this class was generated from the following files: