- 13 Dec, 2015 2 commits
-
-
Karl Linden authored
-
Karl Linden authored
-
- 12 Dec, 2015 2 commits
-
-
Karl Linden authored
-
Karl Linden authored
-
- 06 Dec, 2015 2 commits
-
-
Stéphane Letz authored
Release audio devices when alsa_driver_new fails
-
Jacek Konieczny authored
Call JackAlsaDriver::Close() when alsa_driver_new() fails, to release devices acquired just before that call. Otherwise JackAlsaDriver::Open() will never succeed again, as re-acquiring the same device will fail with "A handler is already registered" DBus error.
-
- 11 Nov, 2015 1 commit
-
-
Stéphane Letz authored
fix missing void parameter in prototypes
-
- 10 Nov, 2015 1 commit
-
-
Andrew Kelley authored
-
- 27 Oct, 2015 2 commits
-
-
Stéphane Letz authored
Fix CPU hogging of the midi_thread()
-
escitalopram authored
The midi thread was always late after 2^31-1 Samples (~13.5h at 44.1kHz), because when there's no time limit, a uint64_t sample counter was compared against a signed 32bit INT_MAX to determine lateness. Now the CPU lockup will occur only after ~3 million years (at 192kHz), and because of the overflow it will presumably fix itself after a few milliseconds.
-
- 22 Oct, 2015 4 commits
-
-
Stéphane Letz authored
Fix 3 minor issues.
-
falkTX authored
-
falkTX authored
-
falkTX authored
It's used for get_cycles() implementation, but it's never used. On certain architectures it gives a warning which is be confusing.
-
- 08 Oct, 2015 6 commits
-
-
Stéphane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-
- 05 Oct, 2015 1 commit
-
-
Stephane Letz authored
-
- 26 Sep, 2015 2 commits
-
-
Karl Linden authored
-
Karl Linden authored
-
- 20 Sep, 2015 1 commit
-
-
Karl Linden authored
It is maintained independently at: https://gitlab.com/lilrc/wafupdate
-
- 03 Sep, 2015 2 commits
-
-
Stephane Letz authored
-
Stephane Letz authored
-
- 25 Aug, 2015 1 commit
-
-
Adrian Knoth authored
Forwarded from <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728710>
-
- 19 Jul, 2015 6 commits
-
-
Stéphane Letz authored
Use _WIN32 instead of WIN32 in header files since WIN32 might not alw…
-
Stéphane Letz authored
Implement new jack_port_rename API
-
falkTX authored
-
falkTX authored
JACK2 added this function first, but the int return has been always wrong. When JACK1 added JackPortRenameCallback it used the proper return. Now that JACK1 supports port renames, devs will start to use it. (previously it didn't work properly because of the missing jack_client_t* arg) Some code might be broken because of this, but it's a very simple change, and existing code would have been broken when changing JACK1 to JACK2. Finally, JACK2 code never uses the int return value of this callback. So there's no real reason to NOT change this.
-
falkTX authored
-
Kjetil Matheussen authored
For instance, if compiling with gcc and the option --stc=c++11, WIN32 is not defined. See http://webcache.googleusercontent.com/search?q=cache:amvfgAUCdsgJ:sourceforge.net/p/mingw-w64/mailman/message/31850993/+&cd=4&hl=en&ct=clnk&gl=no http://sourceforge.net/p/mingw-w64/mailman/message/31850993/
-
- 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 3 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()
-