72 Commits (171a3c4a0ddd18d2afae56f3af6291c8e96ee3ac)

Author SHA1 Message Date
  sletz 171a3c4a0d Client and library global context cleanup in case of incorrect shutdown handling (that is applications not correctly closing client after server has shutdown). 16 years ago
  sletz c29ab689bf Libjack shutdown handler does not deactivate (fActive = false) the client anymore, so that jack_deactivate correctly does the job later on. 16 years ago
  sletz 7179398778 Correct JackClient::ShutDown. 16 years ago
  sletz f19b74f904 Header cleanup, add --clients and --ports options in configure. 16 years ago
  sletz 888a63ddec Cleanup JackPortRegisterResult and JackPortUnRegisterRequest structures. 16 years ago
  sletz 7723df5cd3 Define JACK_PATH_MAX for simpler portability. 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 90aacb3b21 Move GetCurrentTransportFrame code from JackClient to JackTransportEngine. 16 years ago
  sletz a7001745bd Simplify request server close only if server is running implementation. 17 years ago
  sletz ce5d02b5d9 Correct JackClient::Close() to request server close only if server is running. 17 years ago
  sletz 2280b77679 Cleanup, documentation. 17 years ago
  sletz 64928200f8 Cleanup in JackTransportEngine, move some code that was in JackClient class. 17 years ago
  sletz 5349284639 Netioadapter now adapts for buffer size and sample rate changes. 17 years ago
  sletz b44e22de0e Use of set_threaded_log_function only when needed in RT threads. 17 years ago
  sletz 215dfdd97a Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
  nedko b5bd3afb28 Add conditional includes for config.h, for use with waf 17 years ago
  sletz 3f0ea566d8 Avoid using Terminate when quitting in RT thread. Cleanup JackEngineInterface. 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 8a2e1e2e91 Correct JackEngine::PortUnRegister, JackEngine::ClientCloseAux and JackEngine::ClientDeactivate to correctly send notifications. 17 years ago
  sletz 7b5eafc311 Activate now connect to FW driver and start the realtime thread only if clients are actually realtime, that is have setup any of the RT callback. 17 years ago
  sletz a65b5e881f Fix JackClient::Close : notification channel is stopped first to avoid receiving notifications while closing and Close is again a synchronous call. 17 years ago
  sletz b047c2672d All library side files become LGPL 17 years ago
  sletz 85fc26ec4b Cleanup 17 years ago
  sletz 79a8f8f9e0 Correct PortRegister, port name checking must be done on server side. 17 years ago
  sletz e8e8e37adf JackWrapperAPI.cpp: use open_library in jack_client_name_size, jack_port_name_size and jack_port_type_size. 17 years ago
  sletz 8474471d98 Transport timebase fix (in progress). 17 years ago
  sletz fef9bd52ca Transport timebase fix (in progress). 17 years ago
  sletz 8b1f62a550 Transport timebase fix (in progress). 17 years ago
  sletz ac8d4b32b9 Fix in transport timebase in progress 17 years ago
  sletz 8cd79f74be Correct JackClient::Activate so that first kGraphOrderCallback can be received by the client notification thread. 17 years ago
  sletz bd5c83992f Cleanup 17 years ago
  sletz 2f7db97fb6 Correct all backend playback port latency in case of asynchronous mode (1 buffer more). 17 years ago
  sletz ff45b3c59f Revert last change 17 years ago
  sletz f649c84390 Start client RT thread only if a thread routine or callback has been setup with jack_set_process_callback or jack_set_process_thread. 17 years ago
  sletz bfec95d99e In thread model, execute a dummy cycle to be sure thread has the correct properties (ensure thread creation is finished). 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 ecb8da58c7 Beautifull code 17 years ago
  sletz 078444c717 tw1.c example added (new thread model). 17 years ago
  sletz 2ab1465913 New experimental alternate threading model 17 years ago
  sletz 62d282dc14 Cleanup 17 years ago
  sletz 809c2097fb Add missing include 17 years ago
  sletz 89952a399f Fix in JackClient::Error(): when RT thread is failing and calling Shutdown, Shutdown was not desactivating the client correctly. 17 years ago
  sletz 254f765c4f Update date 17 years ago
  sletz 2369536ecb Cleanup 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 b0c669f0d1 Port connection callback, client side. 17 years ago
  sletz cfc2315b4c Port connection callback. 17 years ago