summaryrefslogtreecommitdiff
path: root/example-clients
Commit message (Expand)AuthorAgeFilesLines
* Use PRIu64 to print jack_time_tThomas Brand2019-02-071-1/+1
* Remove undocumented -a/--all flag (not implemented, same as -l).Thomas Brand2019-02-071-9/+0
* Check early if jack_midi_event_get() was successful.Thomas Brand2019-01-221-4/+5
* Ignore MIDI messages > MSG_BUFFER_SIZEThomas Brand2019-01-221-9/+12
* Increase buffer sizes in jack_midi_dump.Thomas Brand2019-01-221-2/+2
* alsa_in/out: Use float to S32 conversion if requestedTimo Wischer2019-01-172-4/+4
* arm64: Enable simd implementations (#398)twischer-adit2019-01-161-1/+5
* Fix indentationThomas Brand2019-01-162-5/+5
* Merge pull request #265 from fjapinteric/master78902019-01-162-4/+17
|\
| * alsa_in.c alsa_out.c Francis Pinteric2017-04-272-4/+17
* | Cleanup some warningsfalkTX2018-11-131-0/+2
* | Add jack_property tool from jack1falkTX2018-10-102-1/+338
* | Use JACK_LIB_EXPORT for inprocess examplefalkTX2018-10-101-0/+2
* | Handle alloca properlyKarl Linden2018-10-072-0/+3
* | Revert "Fix unused{,-but-set}-variable compiler warnings."Karl Linden2018-10-062-0/+7
* | Fix unused{,-but-set}-variable compiler warnings.Karl Linden2018-10-062-7/+0
* | Make jack_control python2/3 compatible.Charalampos Stratakis2018-06-271-91/+92
* | typos fixes (#333)Olivier Humbert2018-03-172-2/+2
* | More spelling fixes from Debian QAAdrian Knoth2018-02-251-1/+1
* | Mass-fix spelling errorsAdrian Knoth2018-02-253-3/+3
* | jack_wait: Fix indentationTimo Wischer2017-08-161-4/+4
* | jack_wait: On timeout fail with exit code 1Timo Wischer2017-08-161-1/+1
* | ipload.c: flush stdout when client is readyfalkTX2017-08-111-0/+1
* | Example clients: Fix compilation of tw.cKjetil Matheussen2017-07-151-0/+1
* | waf: Nitpick styling for consistency. Fixes #172.Karl Linden2017-06-161-6/+6
|/
* Merge pull request #215 from jmendeth/alsa-correctionAdrian Knoth2017-03-122-4/+4
|\
| * Convert between sample rates when necessaryXavier Mendez2016-06-222-4/+4
* | Merge pull request #228 from falkTX/jack_load_autocloseAdrian Knoth2017-03-121-3/+43
|\ \
| * | Add autoclose option to jack_loadfalkTX2017-03-071-3/+43
| |/
* | Merge pull request #190 from jackaudio/waf-macosx-fixesAdrian Knoth2017-02-281-16/+4
|\ \
| * \ Merge branch 'master' into waf-macosx-fixesKarl Linden2016-02-251-1/+4
| |\ \ | | |/
| * | Merge branch 'master' into waf-macosx-fixesKarl Linden2016-02-202-68/+61
| |\ \
| * | | Fixed linking errors with frameworks for OSXethe2015-12-151-1/+4
| * | | Drop problematic CPPFLAGS for MacOSX.Karl Linden2015-12-131-15/+0
* | | | jack_simdtests: add application checking accurracy and performance of SIMD op...Andreas Müller2017-02-232-1/+392
* | | | corrected the message when transport is in an unexpected state while trying t...Hoger Dehnhardt2016-12-201-1/+1
* | | | when in wrong state, write message to stderrHoger Dehnhardt2016-12-191-2/+2
* | | | added a toggle command to allow toggling between play and stop stateHoger Dehnhardt2016-12-191-0/+24
| |_|/ |/| |
* | | Fix building with libedit.Karl Linden2016-02-251-1/+4
| |/ |/|
* | Correct JackDriver::Open : call to fGraphManager->SetBufferSize has to use cu...Stephane Letz2016-02-111-1/+1
* | Merge remote-tracking branch 'upstream/master'Stephane Letz2016-02-101-31/+31
|\ \
| * | example-clients/transport.c: replace '#ifdef' with '#if' and '#ifndef x' with...Karl Linden2016-01-281-7/+7
| * | example-clients/transport.c: remove trailing spacesKarl Linden2016-01-281-24/+24
| |/
* | Correct midiseq.c : better use jack_midi_reset_buffer instead of jack_midi_cl...Stephane Letz2016-02-101-37/+30
|/
* [jack_bufsize] Fix off by 10 errorMarkus Seeber2015-06-021-1/+1
* Fix windows mingw/waf build when readline is used/presentTim Mayberry2015-04-271-0/+2
* Fix transport example client for waf/mingw buildTim Mayberry2015-04-271-1/+3
* Correct NetJack2 API.Stephane Letz2015-04-201-2/+2
* Merge pull request #68 from smiszym/masterAdrian Knoth2015-04-152-39/+39
|\
| * Fix indentationMichał Szymański2014-07-271-17/+17