- 18 Mar, 2016 4 commits
-
-
Stephane Letz authored
This reverts commit b4e7e875.
-
Stephane Letz authored
-
Stephane Letz authored
-
Stéphane Letz authored
Fix Netjack crashes due to broken alignment
-
- 11 Mar, 2016 2 commits
-
-
Xavier Mendez authored
-
Xavier Mendez authored
See discussion at http://comments.gmane.org/gmane.comp.audio.jackit/29516
-
- 25 Feb, 2016 2 commits
-
-
Karl Linden authored
-
Stéphane Letz authored
Use ARM neon intrinsics for AudioBufferMixdown
-
- 24 Feb, 2016 1 commit
-
-
falkTX authored
-
- 11 Feb, 2016 1 commit
-
-
Stephane Letz authored
Correct JackDriver::Open : call to fGraphManager->SetBufferSize has to use current fEngineControl->fBufferSize value.
-
- 10 Feb, 2016 2 commits
-
-
Stephane Letz authored
-
Stephane Letz authored
Correct midiseq.c : better use jack_midi_reset_buffer instead of jack_midi_clear_buffer for output port.
-
- 28 Jan, 2016 2 commits
-
-
Karl Linden authored
-
Karl Linden authored
-
- 01 Jan, 2016 2 commits
-
-
Stephane Letz authored
-
Stephane Letz authored
-
- 13 Dec, 2015 8 commits
-
-
Karl Linden authored
-
Karl Linden authored
This makes sure header checks work when the third party package is installed in a non-standard location, as long as a pkg-config file is found.
-
Karl Linden authored
-
Karl Linden authored
-
Karl Linden authored
-
Karl Linden authored
It is already defined by conf.define().
-
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 4 commits
-
-
Stéphane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-
Stephane Letz authored
-