77 Commits (183b591a9bac28bd031c6a04f4c9f8f18725d955)

Author SHA1 Message Date
  sletz 183b591a9b Michael Voigt JackAPI cleanup patch. 16 years ago
  sletz 3e01068967 Merge Michael Voigt drops branch after reorganization step. 16 years ago
  sletz 31925d51c0 Fix jack_port_set_name when used with already unregistered clients. 16 years ago
  sletz 1274ff1da2 Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks. 16 years ago
  sletz a280d1f368 Update JackTransportEngine for NetJack2 needs. 16 years ago
  sletz 64928200f8 Cleanup in JackTransportEngine, move some code that was in JackClient class. 17 years ago
  sletz 2e5fb249df Compiles again with VC++ 17 years ago
  sletz dcbaa4ed70 Merge windows branch back to trunk. 17 years ago
  sletz 0c3ed3f8dc More cleanup 17 years ago
  sletz 5349284639 Netioadapter now adapts for buffer size and sample rate changes. 17 years ago
  sletz 8b5911a983 Add new jack_client_stop_thread and jack_client_kill_thread API. 17 years ago
  sletz 7bfa336f7d Correct GetPortTypeId, various cleanup. 17 years ago
  nedko b5bd3afb28 Add conditional includes for config.h, for use with waf 17 years ago
  sletz c0f0fd7cc9 Merge control branch. 17 years ago
  sletz a74f1a586e Better handling of graph state read functions : never wait when used in the real-time thread, current state is used. 17 years ago
  sletz 7f0d31f951 Implementation of jack_get_max_delayed_usecs, jack_get_xrun_delayed_usecs and jack_reset_max_delayed_usecs. 17 years ago
  sletz 7837cc8315 Remove header 17 years ago
  sletz b047c2672d All library side files become LGPL 17 years ago
  sletz e3ce8807cf Cleanup 17 years ago
  sletz 8cd79f74be Correct JackClient::Activate so that first kGraphOrderCallback can be received by the client notification thread. 17 years ago
  sletz 294bd9fdc6 Correct jack_port_get_total_latency. 17 years ago
  sletz 2f7db97fb6 Correct all backend playback port latency in case of asynchronous mode (1 buffer more). 17 years ago
  sletz 8eb09e3d59 Correct jack_internal_client_load for wrapper layer. 17 years ago
  sletz ebe8cc2dbe Correct jack_client_open_aux, jack_client_open and jack_client_new. 17 years ago
  sletz d8ae529839 Correct jack_set_error_function, add jack_set_info_function 17 years ago
  sletz d2f7053ecc Nedko Arnaudov log patch(2). 17 years ago
  sletz 4c5d14403f Remove uneeded jack_port_connect API. 17 years ago
  sletz 66dfd6932e Define an internal jack_client_open_aux needed for wrapper feature. 17 years ago
  sletz ecb8da58c7 Beautifull code 17 years ago
  sletz 078444c717 tw1.c example added (new thread model). 17 years ago
  sletz 8be4ce2820 Correct jack_get_time propotype. 17 years ago
  sletz 2ab1465913 New experimental alternate threading model 17 years ago
  sletz 809c2097fb Add missing include 17 years ago
  sletz c3972fc4d6 Cleanup 17 years ago
  sletz 4c5a520390 Cleanup 17 years ago
  sletz b15a3e3467 More robust external API. 17 years ago
  sletz c1cec90f6f Reduce WaitGraphChange wait value. 17 years ago
  sletz 254f765c4f Update date 17 years ago
  sletz f259824b93 Correct jack_thread_wait 17 years ago
  sletz 82bdd90277 Remove checking thread in CoreAudio driver, better device state change recovery strategy: the driver is stopped and restarted. jack_thread_wait implementation. Add jack_thread_wait client example. 17 years ago
  sletz d3c96cf0fb Implement jack_recompute_total_latency and jack_recompute_total_latencies. Remove fBufferSize field in JackGraphManager object. 17 years ago
  sletz 2310f8d7ac Cleanup jack_port_connected_to implementation. 17 years ago
  sletz 8c9b1b6119 git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1786 0c269be4-1314-0410-8aa9-9f06e86f4224 17 years ago
  sletz cfc2315b4c Port connection callback. 17 years ago
  sletz 5f4030a700 Updated API to match jack 0.109.0 version (in progress). Correct issue in CoreAudio driver. 17 years ago
  sletz d7f084ab75 JackLog cleanup. 17 years ago
  sletz fd99c296a7 Correct CheckPort in JackAPI.cpp. 17 years ago
  sletz 17b0891f0f Add an implementation for obsolete jack_internal_client_new and .jack_internal_client_close. Add missing jack_port_type_size. 17 years ago
  sletz 5f12188a34 Cleanup 17 years ago
  sletz f6fc09c170 Correct JackGraphManager::GetPortsAux to use port type. 17 years ago