Class Summary |
AbstractJackClient |
Convenient implementation of JackClient that correctly defines all
callbacks. |
AbstractJackTransportClient |
Convenient implementation of JackTransportClient that correctly
defines all callbacks. |
JackClient |
Client of Jack daemon. |
JackClientThread |
Allows operations on the thread associated with Jack client. |
JackConstants |
Contains some constants defined in Jack API. |
JackInternalClient |
Represents Jack internal client (internal clients run inside Jack server). |
JackLocalMidiPort |
MIDI port registered by JackClient . |
JackLocalPort |
Port registered by JackClient . |
JackMidiEvent |
MIDI event that can be processed by Jack. |
JackMidiPortBuffer |
MIDI buffer for JackLocalMidiPort . |
JackPort |
Jack port. |
JackTransportClient |
JackClient with additional transport-related methods. |
RingBuffer |
Thread-safe, lock-free ringbuffer. |
RingBufferVector |
Allows access to readable or writable part of the RingBuffer , using
direct NIO buffers. |
Statistics |
Allows access to Jack statistics information. |
TransportPosition |
Contains information about current state of Jack transport. |