167 Commits (cfc0debf960ced5b775e16b9caa358b23fae154c)

Author SHA1 Message Date
  sletz c0f0fd7cc9 Merge control branch. 17 years ago
  sletz 408f1b181b Typo 17 years ago
  sletz ae0a1ebd28 Call init callback in notification thread also. 17 years ago
  sletz ef8bdde12c Use StartSync to start the client notification thread, otherwise initial notifications from the server may be lost. 17 years ago
  sletz db408b7caa Correct JackEngine inheritance graph. 17 years ago
  sletz 50fd069f09 Cleanup OSX project 17 years ago
  sletz 6d87c070bb Remove wrapper library projects from OSX project 17 years ago
  sletz 152a1711ce New jack_get_client_pid API, implemented on server side. 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 0a0ede0768 Package number bumped to 1.90 everywhere. 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 9849d78a8a Cleanup 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 2cd10757c1 Fix JackMachClientChannel::InternalClientLoad. 17 years ago
  sletz 89269bf12a Add exceptions management to distinguish drivers recoverable errors from non recoverable ones. Will be used in special threaded drivers (for network). 17 years ago
  sletz 8dfc95144b Cleanup 17 years ago
  sletz a8e08b35b7 Typo 17 years ago
  sletz 12d9013c4d Start of version 0.72 17 years ago
  sletz e859be9014 Update XCode project 17 years ago
  sletz b906e43e8f For GCC 4.2 compilation 17 years ago
  sletz b047c2672d All library side files become LGPL 17 years ago
  sletz f88240ce4b Cleanup JackMachPort class 17 years ago
  marcochapeau 845cd0401c * Added the DISTDIR option for package maintainers 17 years ago
  sletz 7e2d970d55 Correct XCode development targets 17 years ago
  sletz 2bb07cbe42 Update XCode project 17 years ago
  sletz 94f91b8a6c New SetBlocking method for JackSocket. 17 years ago
  sletz 24ed91b26a Cleanup XCode project 17 years ago
  sletz 15ae5c7d9e 64 bits compilation on OSX 17 years ago
  sletz cb0331cf4b jack_control renamed in jack_server_control 17 years ago
  sletz 8cd79f74be Correct JackClient::Activate so that first kGraphOrderCallback can be received by the client notification thread. 17 years ago
  sletz d13e1567be Add -L (extra output latency in aynchronous mode) in CoreAudio driver. 17 years ago
  sletz 2f7db97fb6 Correct all backend playback port latency in case of asynchronous mode (1 buffer more). 17 years ago
  sletz f81307bc9a Fix XCode project 17 years ago
  sletz dab58a35ef Nedko Arnaudov FULL_MIMIC patch. 17 years ago
  sletz 0b972cbe87 Marc-Olivier Barre library related scons patch. 17 years ago
  sletz d2f7053ecc Nedko Arnaudov log patch(2). 17 years ago
  sletz fb4414b8b4 Nedko Arnaudov log patch. 17 years ago
  sletz 02ed444a9f Use of Jackservermp framework 17 years ago
  sletz b65fadfdcc Marc-Olivier Barre scons patch (3) 17 years ago
  sletz ecb8da58c7 Beautifull code 17 years ago
  sletz e463543e55 Cleanup 17 years ago
  sletz 4c7c5542ba libjackdmp.so renamed to libjackservermp.so and same for OSX framework. 17 years ago
  sletz f61962a5eb More documentation 17 years ago
  sletz 8be4ce2820 Correct jack_get_time propotype. 17 years ago
  sletz 8064c87e0f Cleanup 17 years ago
  sletz 2d3fc39a9a Start of 0.71 version 17 years ago
  sletz bc4c8bc34b Use SetAlias for port naming. Use jackd midi port naming scheme. 17 years ago
  sletz 4622ae60b8 Correct server_connect: close the communication channel. 17 years ago
  sletz f3b0593046 Remove use of assert in JackFifo, JackMachSemaphore, and JackPosixSemaphore: print an error instead. 17 years ago
  sletz 2fdb960c3c Replace printf with JackLog 17 years ago