Adrian Knoth
0dff59ba7c
Drop JACK_TIMER_CYCLE_COUNTER altogether
12 years ago
Adrian Knoth
ef76041b8e
Drop formerly duplicated POST_PACKED_STRUCTURE code.
This code is now part of <jack/types.h>
12 years ago
Paul Davis
94c819accf
basics for a hypothetical PortRename callback
This cannot be implemented at present because jack_port_set_name() does not take
a jack_client_t* as an argument, and thus no msg can be sent to the server
regarding the name change. Jack2 accomplishes this by walking its static array
of clients to find one that is in use and sends the msg using that one. This
is not possible in Jack1 because we do not use static arrays of clients (or
ports).
12 years ago
Paul Davis
d536927cc3
add const to jack_deliver_event() for no particular reason
12 years ago
Paul Davis
3057fcf157
add property change notifications
12 years ago
Paul Davis
dee55cbc07
set up property change notification structures and calls
12 years ago
Paul Davis
a4580ec67d
first pass at working UUID-based clients and ports. many JACK clients work correctly without recompilation
12 years ago
Paul Davis
6e4d80815b
remove watchdog thread from engine/jackd, since Linux no longer allows SCHED_{FIFO,RR} tasks to take over the cpu unless the user misconfigures a very obscure part of their system configuration
12 years ago
Paul Davis
912432d904
fix Makefiles and configure.ac to correctly include include/ in tarball; minor fix for python in tarball
13 years ago
Paul Davis
af82416a8b
patch from Pawel X to implement jack_get_uuid_for_client_name()
13 years ago
Paul Davis
91d2d75832
add internal function jack_event_type_name() for prettier error messages concerning client event handling
13 years ago
Paul Davis
f44bb73f23
new jack_get_cycle_times() implementation from Fons Adriennsen, and improvements to DLL implementation, particularly post-freewheel, also by Fons
14 years ago
Paul Davis
3cedd5d624
add .gitignore for include/
14 years ago
Paul Davis
1af4e2c897
version.h is a built file, so remove it from git mgmt
14 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
14 years ago