Public Member Functions | |
| JackALSARawMidiDriver (const char *name, const char *alias, JackLockedEngine *engine, JackSynchro *table) | |
| int | Attach () |
| int | Close () |
| bool | Execute () |
| bool | Init () |
| int | Open (bool capturing, bool playing, int in_channels, int out_channels, bool monitoring, 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 () |
Definition at line 35 of file JackALSARawMidiDriver.h.
| bool JackALSARawMidiDriver::Init | ( | ) | [virtual] |
Called once when the thread is started
Reimplemented from Jack::JackRunnableInterface.
Definition at line 336 of file JackALSARawMidiDriver.cpp.
1.6.2