- 19 Jul, 2015 1 commit
-
-
falkTX authored
-
- 17 Jul, 2015 2 commits
-
-
Stéphane Letz authored
Correct netmanager latency reporting
-
Xavier Mendez authored
-
- 26 Jun, 2015 2 commits
-
-
Stéphane Letz authored
Fix buf nullptr dereferencing in jack_midi_event_write()
-
Maks Naumov authored
-
- 02 Jun, 2015 4 commits
-
-
Stéphane Letz authored
[jack_bufsize] Fix off by 10 error
-
Markus Seeber authored
Since help and error messages suggest, that 8192 samples is a valid buffer size, this fixes the value in the check to 8192 instead of 8182.
-
Stéphane Letz authored
Fix return value of SetTimebaseCallback()
-
Julien Acroute authored
return value of JackGenericClientChannel->SetTimebaseCallback() instead of -1 where there is a conditional request
-
- 02 May, 2015 14 commits
-
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
- 01 May, 2015 10 commits
-
-
Nedko Arnaudov authored
Fix svnversion.h generation
-
Karl Lindén authored
look prettier
-
Karl Lindén authored
use the header)
-
Karl Lindén authored
(fixes builds with nonstandard out directory)
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
Karl Lindén authored
-
- 29 Apr, 2015 1 commit
-
-
Stephane Letz authored
-
- 28 Apr, 2015 1 commit
-
-
Nedko Arnaudov authored
Document global auto option related funtions with comments...
-
- 27 Apr, 2015 5 commits
-
-
Karl Lindén authored
document global auto option related funtions with comments rather than docstrings so that ./waf --help is not polluted with internal documentation
-
Stéphane Letz authored
Add a Proxy driver
-
Cédric Schieli authored
This driver is very similar to the JackNetDriver, but instead of connecting through the network, it connects to its upstream server through standard jack API. So it can only reach local servers which must be running as the same user or in promiscuous mode. The main use case is the multi-user, multi-session, shared workstation: - a classic server with hw driver is launched system-wide at boot time, in promiscuous mode, optionaly restricted to the audio group - in each user session, a jackdbus server is automatically started with JackProxyDriver as master driver, automatically connected to the system-wide one - optionaly, each user run PulseAudio with a pulse-jack bridge
-
Cédric Schieli authored
This wrapper driver has the same usage as its parent JackWaitThreadedDriver, but for non-threaded (callback) drivers. After waiting for Initialize to return, its main thread simply ends instead of calling the driver's Process method in a loop. The decorated driver, which must extends JackRestarerDriver instead of JackWaiterDriver, can restart the wait cycle by calling its RestartWait method.
-
Cédric Schieli authored
This makes it possible to use JackWaitThreadedDriver as a base class for a non-threaded version.
-