twischer-adit
twischer-adit
This interface allows to implement different backends for the lv2 control ports. The simple backend implements the current behavior. Another backend implementation could provide a simple telnet server to change...
This PR is depending on https://github.com/drobilla/jalv/pull/2. Therefore https://github.com/drobilla/jalv/pull/2 has to be merged before this PR should be merged. This PR introduces a feature to change the Lv2 control ports from...
When the request socket stream is under high load a lot of write() calls are failing with EAGAIN. To avoid blocking of a real-time thread there is no chance to...
This commit reverts 3d97601 ("More documentation in jack.h") partly. The following call stack is used: jack_port_get_buffer() JackGraphManager::GetBuffer(jack_port_id_t, jack_nframes_t) JackGraphManager::GetBuffer(jack_port_id_t) JackPort::GetBuffer() To call JackGraphManager::GetBuffer(jack_port_id_t, jack_nframes_t) the object JackLibGlobals::fGlobals->fGraphManage is used. It...
These PR add support for Jack "multi client" mode. By multi client I mean allowing to create multiple clients who connect to different servers from one process. In current Jack...
JACK can be build for QNX and is working fine. I tested with different playback use cases so far. I provided a makefile calling the WAF build tooling. I used...