Paul Davis
|
f44bb73f23
|
new jack_get_cycle_times() implementation from Fons Adriennsen, and improvements to DLL implementation, particularly post-freewheel, also by Fons
|
13 years ago |
Adrian Knoth
|
81e8f031a3
|
Update to recently updated submodule
|
13 years ago |
Paul Davis
|
9880e8dd2c
|
Merge pull request #1 from adiknoth/master
libsamplerate detection fix
|
13 years ago |
Adrian Knoth
|
be34a7a9b6
|
Re-add missing fix for libsamplerate
This was accidentally lost in 38a26f5b
|
13 years ago |
Paul Davis
|
4a08a409b6
|
finalize removal of timestamps code
|
13 years ago |
Paul Davis
|
e97b82bc2d
|
remove timestamps code - not used for years, and the kernel provides better instrumentation these days
|
13 years ago |
Paul Davis
|
b30a46f2ee
|
catch with public headers
|
13 years ago |
Paul Davis
|
d2324c4cd2
|
put header-install stuff into top-level Makefile, after removing it from public headers
|
13 years ago |
Paul Davis
|
3aac458ec3
|
fix includes for osx specific file
|
13 years ago |
Paul Davis
|
550f528eb0
|
remember to build version.h in its new location
|
13 years ago |
Paul Davis
|
3cedd5d624
|
add .gitignore for include/
|
13 years ago |
Paul Davis
|
1af4e2c897
|
version.h is a built file, so remove it from git mgmt
|
13 years ago |
Paul Davis
|
e1576de744
|
port.h is not part of the public headers and so should not be included in doxygen config
|
13 years ago |
Paul Davis
|
53546e57b4
|
don't build version.h
|
13 years ago |
Paul Davis
|
d094819df4
|
#include changes to reflect separation of public and private headers
|
13 years ago |
Paul Davis
|
46ef653917
|
move non-public headers out of jack/ and into include/; fix up source tree and configure.ac to reflect this change
|
13 years ago |
Nedko Arnaudov
|
416d4c38fa
|
switch headers, tools and example clients to git submodules
|
13 years ago |
paul
|
97a283993a
|
bump version
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4772 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
743b65b56f
|
redesign thread calls and so forth to actually get this stuff right on OS X (maybe) ... about to test on Linux
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4771 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
1d45b5064b
|
compilation fixes for client.c
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4768 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
38a26f5b91
|
fix up configure.ac to work on OS X after recent changes. it appears that attempting to -march is unwise on x86 OS X (at least on Tiger)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4767 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
4f01be557a
|
fairly drastic and deep cleanup of client thread code in an effort to fix inconsistent handling of the return value from a process() callback; actually deprecate jack_thread_wait() in the same way jack2 does
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4766 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
76bd24178d
|
remove any references to MMX/MME (which was never used) from configure.ac; also removed --enable-ensure-mlock configure option which was was just stupid
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4765 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
4ea20bb7c4
|
default error callback no longer calls DEBUG, which was (a) silly and (b) breaks if _jack_get_microsseconds has not yet been set (e.g. for very early errors during startup)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4763 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
635a285c70
|
check for engine->driver before delivering latency events to its internal client
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4708 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
a2b543ecbd
|
clarify use of alsa_(in|out)'s -q parameter
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4639 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
3d07482064
|
install jslist.h since its now used by control.h
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4598 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
de2bb9d27d
|
bump version
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4545 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
69bbf84e2e
|
fix the types of a few function parameters
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4544 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
ec62cf6f9a
|
remove SSE messages
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4543 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
f0d10e8cbe
|
compile fixes for OS X: remove double linkages to libjack + libjackserver, remove reference to client->control->nframes, add required compiler flags to get weak linkage to work
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4542 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
ccec2ca875
|
use correct gcc attribute on OS X for weak linkage; reformat overly-wide comment
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4539 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
69b3a9303b
|
remove SSE-related messages during startup unless run with -v
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4537 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
sonarnerd
|
d6b0d3db36
|
Fix a call to yet undefined engine instance
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4524 0c269be4-1314-0410-8aa9-9f06e86f4224
|
13 years ago |
paul
|
54bc9f0dde
|
make the printed output of jack_iodelay more useful to actual users
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4486 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
paul
|
025d82d3d9
|
bump version
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4475 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
paul
|
b8db6d6518
|
changes required for 0.121.[12]
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4474 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
torben
|
3cc3f1734a
|
port the dbus reservation code back to jack
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4472 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
torben
|
7ddfeafd84
|
fix errors for distfile
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4471 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
paul
|
88d56dd325
|
enable JACK to function on SH4 architectures (ticket #224)
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4470 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
paul
|
91a688c602
|
add python/ to dist tarball
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4468 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
paul
|
09ca16e89b
|
bump version to 0.121.0 ; doc tweaks to include control API
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4467 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
torben
|
9872b17c1f
|
remove the dreaded client->control->nframes which is initialized too late
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4464 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
paul
|
787e87941b
|
add doxygen close group to session.h
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4449 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
paul
|
a67243ec54
|
fix array overrun when jack_get_ports() returns the full set of all possible ports
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4448 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
torben
|
070903509d
|
[core] fix error path for driver removal.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4447 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
torben
|
94af2e9796
|
[python] add commandline prompt and switch command
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4446 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
torben
|
639a9363da
|
[netjack] fix occurences of jack_get_time which were hiding below driver
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4445 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
torben
|
7e90e0c901
|
[python] add first version of jackd.py
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4444 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |
torben
|
ff06fa22cf
|
[python] add id to Parameter class and make value take str, add name to drv
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4443 0c269be4-1314-0410-8aa9-9f06e86f4224
|
14 years ago |