summaryrefslogtreecommitdiff
path: root/example-clients
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix indentationMichał Szymański2014-07-271-22/+22
* | add the --readline auto optionKarl Lindén2015-04-101-7/+1
* | add the --sndfile auto option and check sndfile availability with env['SNDFIL...Karl Lindén2015-04-101-3/+1
* | use pkg-config to find sndfile (drop explicit LIB_SNDFILE and HAVE_SNDFILE si...Karl Lindén2015-04-101-4/+1
* | make sndfile dependency optionalKarl Lindén2015-04-101-1/+1
* | use conf.env['SAMPLERATE'] to determine wether samplerate is available instea...Karl Lindén2015-04-101-1/+1
* | remove extra and unnecessary celt check in example-clientsKarl Lindén2015-04-101-2/+0
* | eliminate duplicated examples.KimJeongYeon2015-03-161-1/+0
|/
* Use jack_free instead of free in inprocess.c.Stephane Letz2014-06-031-2/+2
* jack_control: display constraints (range and enum)Nedko Arnaudov2014-03-101-2/+22
* Fix for building with python3farwayer2014-02-141-1/+1
* additional code cleanup for jack androidKimJeongYeon2014-02-071-5/+5
* jack2 supports android devices & rebase current changes to masterKimJeongYeon2014-02-054-1/+39
* Fix example client for mingw buildMartin Koegler2014-01-251-0/+5
* Adding stdbool header include to netmaster example client to fix compile errorJoshua Moyerman2014-01-221-0/+1
* Merge remote-tracking branch 'upstream/master'Stephane Letz2014-01-221-42/+145
|\
| * realtime-safe midi-dump (use ringbuffer)Robin Gareus2014-01-021-57/+94
| * add usage() to jack_midi_dumpRobin Gareus2014-01-021-2/+26
| * midi-dump: exit cleanly, add support for absolute+relative timestampsRobin Gareus2014-01-021-4/+46
* | Support for partial buffers in libjacknet.Stephane Letz2014-01-221-1/+15
|/
* Configurable fPacketTimeOut field in NetJack2 code.Stephane Letz2013-12-051-0/+6
* Add time-out in libjacknet netmaster side.Stephane Letz2013-10-091-6/+8
* Fix alsa_in/out for freewheelfalkTX2013-09-242-0/+60