Jack2
1.9.10
|
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 () |
Definition at line 33 of file JackCoreMidiDriver.h.
JackCoreMidiDriver::JackCoreMidiDriver | ( | const char * | name, |
const char * | alias, | ||
JackLockedEngine * | engine, | ||
JackSynchro * | table | ||
) |
Thread to execute the Process function
Definition at line 62 of file JackCoreMidiDriver.cpp.
bool JackCoreMidiDriver::Init | ( | ) | [virtual] |
Called once when the thread is started
Reimplemented from Jack::JackRunnableInterface.
Definition at line 91 of file JackCoreMidiDriver.cpp.