Jack2  1.9.8
Public Member Functions
Jack::JackCoreMidiDriver Class Reference
Inheritance diagram for Jack::JackCoreMidiDriver:
Jack::JackMidiDriver Jack::JackRunnableInterface Jack::JackLockAble Jack::JackDriver Jack::JackDriverClientInterface Jack::JackDriverInterface Jack::JackClientInterface

List of all members.

Public Member Functions

 JackCoreMidiDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table)
int Attach ()
int Close ()
int Open (bool capturing, bool playing, int num_inputs, int num_outputs, bool monitor, const char *capture_driver_name, const char *playback_driver_name, jack_nframes_t capture_latency, jack_nframes_t playback_latency)
int Read ()
int Start ()
int Stop ()
int Write ()
int ProcessRead ()
int ProcessWrite ()
bool Init ()
bool Execute ()

Detailed Description

Definition at line 33 of file JackCoreMidiDriver.h.


Constructor & Destructor Documentation

JackCoreMidiDriver::JackCoreMidiDriver ( const char *  name,
const char *  alias,
JackLockedEngine engine,
JackSynchro table 
)

Thread to execute the Process function

Definition at line 61 of file JackCoreMidiDriver.cpp.


Member Function Documentation

bool JackCoreMidiDriver::Init ( ) [virtual]

Called once when the thread is started

Reimplemented from Jack::JackRunnableInterface.

Definition at line 90 of file JackCoreMidiDriver.cpp.


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