falkTX
81bddd49bc
Add jack_property tool from jack1
Signed-off-by: falkTX <falktx@gmail.com>
6 years ago
falkTX
f2398abc09
Use JACK_LIB_EXPORT for inprocess example
Fixes usage when jack is built with -fvisiblity=hidden
Signed-off-by: falkTX <falktx@gmail.com>
6 years ago
Karl Linden
45f9332f54
Handle alloca properly
This adds missing includes for alloca. The man page of alloca(3) states
that alloca.h should be #include'd to use alloca.
Also work around missing alloca.h header on Windows by adding a
compatibility module.
Closes : #197
7 years ago
Karl Linden
f5f22c6bef
Revert "Fix unused{,-but-set}-variable compiler warnings."
This reverts commit dde9f29a8e
.
The commit introduced the following compiler error:
[100/255] Compiling posix/JackNetUnixSocket.cpp
../posix/JackNetUnixSocket.cpp: In member function 'int Jack::JackNetUnixSocket::NewSocket()':
../posix/JackNetUnixSocket.cpp:126:32: error: 'tos' was not declared in this scope
socklen_t len = sizeof(tos);
6 years ago
Karl Linden
dde9f29a8e
Fix unused{,-but-set}-variable compiler warnings.
7 years ago
Charalampos Stratakis
950d36d728
Make jack_control python2/3 compatible.
6 years ago
Olivier Humbert
1aeb656a67
typos fixes ( #333 )
* Update alsa_in.c
* Update alsa_out.c
7 years ago
Adrian Knoth
c5dac6270e
More spelling fixes from Debian QA
7 years ago
Adrian Knoth
6ccfdc1058
Mass-fix spelling errors
Flagged by the Debian QA tool.
Mostly automatic search-n-replace of the mistakes flagged.
7 years ago
Timo Wischer
b7372cb046
jack_wait: Fix indentation
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
7 years ago
Timo Wischer
b31a4a2f31
jack_wait: On timeout fail with exit code 1
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
7 years ago
falkTX
8092c758f9
ipload.c: flush stdout when client is ready
7 years ago
Kjetil Matheussen
eabc679bd4
Example clients: Fix compilation of tw.c
7 years ago
Karl Linden
c21c774855
waf: Nitpick styling for consistency. Fixes #172 .
8 years ago
falkTX
1dd03c61af
Add autoclose option to jack_load
8 years ago
Andreas Müller
c32b823860
jack_simdtests: add application checking accurracy and performance of SIMD optimizations
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
8 years ago
Hoger Dehnhardt
9a01831071
corrected the message when transport is in an unexpected state while trying to toggle
8 years ago
Hoger Dehnhardt
3962e4b5dd
when in wrong state, write message to stderr
8 years ago
Hoger Dehnhardt
feef5ca5c1
added a toggle command to allow toggling between play and stop state
8 years ago
Xavier Mendez
2ea3a56d77
Convert between sample rates when necessary
9 years ago
Karl Linden
7bdad4966b
Fix building with libedit.
9 years ago
Stephane Letz
51f923882e
Correct JackDriver::Open : call to fGraphManager->SetBufferSize has to use current fEngineControl->fBufferSize value.
9 years ago
Stephane Letz
123de3614f
Correct midiseq.c : better use jack_midi_reset_buffer instead of jack_midi_clear_buffer for output port.
9 years ago
Karl Linden
a907931409
example-clients/transport.c: replace '#ifdef' with '#if' and '#ifndef x' with '#if !x'
9 years ago
Karl Linden
dd7d23431e
example-clients/transport.c: remove trailing spaces
9 years ago
ethe
8ed3e8228f
Fixed linking errors with frameworks for OSX
9 years ago
Karl Linden
af99165ef6
Drop problematic CPPFLAGS for MacOSX.
9 years ago
Markus Seeber
8a66d611b9
[jack_bufsize] Fix off by 10 error
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.
10 years ago
Tim Mayberry
ae66d7464a
Fix windows mingw/waf build when readline is used/present
10 years ago
Tim Mayberry
40587b7345
Fix transport example client for waf/mingw build
10 years ago
Stephane Letz
9d0acd402f
Correct NetJack2 API.
10 years ago
Karl Lindén
5a59aef94c
add the --readline auto option
10 years ago
Karl Lindén
bac7cc775d
add the --sndfile auto option and check sndfile availability with env['SNDFILE'] instead of is_defined('HAVE_SNDFILE')
10 years ago
Karl Lindén
ea43b15ea9
use pkg-config to find sndfile (drop explicit LIB_SNDFILE and HAVE_SNDFILE since check_cfg deals with it)
10 years ago
Karl Lindén
aef035ad1f
make sndfile dependency optional
10 years ago
Karl Lindén
94efc64f20
use conf.env['SAMPLERATE'] to determine wether samplerate is available instead of conf.is_defined('HAVE_SAMPLERATE')
10 years ago
Karl Lindén
66cdd35753
remove extra and unnecessary celt check in example-clients
10 years ago
KimJeongYeon
7676ac7a4d
eliminate duplicated examples.
10 years ago
Michał Szymański
a0c47206ce
Fix indentation
10 years ago
Michał Szymański
ab603e4333
Fix indentation
10 years ago
Stephane Letz
2e6344a32b
Use jack_free instead of free in inprocess.c.
11 years ago
Nedko Arnaudov
ba28a2ca3f
jack_control: display constraints (range and enum)
If available, constraints are now displayed along with the parameter
long description.
11 years ago
farwayer
8097695445
Fix for building with python3
11 years ago
KimJeongYeon
1f73394531
additional code cleanup for jack android
11 years ago
KimJeongYeon
4a94e12986
jack2 supports android devices & rebase current changes to master
11 years ago
Martin Koegler
543686cb93
Fix example client for mingw build
11 years ago
Joshua Moyerman
204bdea4cf
Adding stdbool header include to netmaster example client to fix compile error
11 years ago
Stephane Letz
66b4bfd8bb
Support for partial buffers in libjacknet.
11 years ago
Robin Gareus
f6c7cb139b
realtime-safe midi-dump (use ringbuffer)
Signed-off-by: Robin Gareus <robin@gareus.org>
11 years ago
Robin Gareus
ae6412a881
add usage() to jack_midi_dump
Signed-off-by: Robin Gareus <robin@gareus.org>
11 years ago