496 Commits (d904746b42411382280ade9f0e10b5c089c6cb15)

Author SHA1 Message Date
  sletz 92c8fa6dee Sync info shutdown callback code with jack1 one. 15 years ago
  sletz 0bf1580f03 Correct JackInfoShutdownCallback prototype, two new JackClientProcessFailure and JackClientZombie JackStatus code. 15 years ago
  sletz f3e5025231 Cleanup thread code. 15 years ago
  sletz 46a0ff3ab6 Update XCode project. 15 years ago
  sletz a5c27894e5 Fix AcquireRealTime and DropRealTime: now distinguish when called from another thread (AcquireRealTime/DropRealTime) and from the thread itself (AcquireSelfRealTime/DropSelfRealTime). 15 years ago
  sletz 1ff726f3f5 Thread AcquireRealTime and DropRealTime were (incorrectly) using fThread field. Use pthread_self()) (or GetCurrentThread() on Windows) to get the calling thread. 15 years ago
  sletz 760568bb6a XCode projects updated for NetJack1. 15 years ago
  Torben Hohn c5136fcf7a hope this works for osx 15 years ago
  sletz 7c0113fdaa Now can aggregate device that are themselves AD. 15 years ago
  sletz a1e4f13085 In JackCoreAudioDriver, improve management of input/output channels: -1 is now used internally to indicate a wanted max value. 15 years ago
  sletz d9def1e48c In JackCoreAudioDriver::Start, wait for the audio driver to effectively start (use the MeasureCallback). 15 years ago
  sletz 61c5eacd34 In JackCoreAudioDriver, force the SR value to the wanted one *before* creating aggregate device (otherwise creation will fail). 15 years ago
  sletz 350215e217 Dynamic system version detection in JackCoreAudioDriver to either create public or private aggregate device. 15 years ago
  sletz 801541e04d Internal aggregate devices can be used only after 10.5.4 systems, otherwise use public one. 15 years ago
  sletz 832907c9a9 More debug code in JackCoreAudioDriver. 15 years ago
  sletz 96fedf1189 Implement "hog mode" (exclusive access of the audio device) in JackCoreAudioDriver. 15 years ago
  sletz 5bd1727ab6 Hog mode in JackCoreAudioDriver (in progress). 15 years ago
  sletz e3ae608f00 Some more cleanup in JackCoreAudioDriver and JackCoreAudioAdapter. 15 years ago
  sletz e6f91c7a0d Aggregate device code added to JackCoreAudioAdapter. 15 years ago
  Torben Hohn a817e1c4f6 add driver building to wscript 15 years ago
  sletz 03378362b8 Cleanup JackCoreAudioDriver. 15 years ago
  sletz 22be572730 Improve aggregate device management in JackCoreAudioDriver : now a private device only and cleanup properly. 15 years ago
  sletz ed864f5592 Now start server channel thread only when backend has been started (so in JackServer::Start). Should solve race conditions at start time. 15 years ago
  sletz c716c75d4b Correct JACK_MESSAGE_SIZE value, particularly in OSX RPC code. 15 years ago
  sletz 09916901dc Correct JackProcessSync::LockedTimedWait. 15 years ago
  sletz f118301866 Correct jackdmp.cpp (failures case were not correct..). Improve JackCoreAudioDriver code. Raise default port number to 2048. 15 years ago
  sletz d8454654b6 More cleanup in JackCoreAudioDriver::DeviceNotificationCallback. 15 years ago
  sletz f2085bbd2c Parameter renaming. 15 years ago
  sletz 158d31496c Cleanup JackCoreAudioAdapter. 15 years ago
  sletz 4c0fe21c35 Cleanup JackCoreAudioDriver. 15 years ago
  sletz ae57b1d033 CoreAudio backend now issue a JackInfoShutdownCallback when an unrecoverable error is detected (sampling rate change, stream configuration change…) 15 years ago
  sletz d09d8c3c82 Add a string parameter to server ==> client notification, add a new InfoShutdown callback. 15 years ago
  sletz 95047be57b XCode 64/32 bits project nows produce Intel targets only. 15 years ago
  sletz 1864b36159 Correct server temporary mode : now set a global and quit after server/client message handling is finished. 15 years ago
  sletz 36540b7e8a Change CoreAudio notification thread setup for OSX Snow Leopard. 15 years ago
  sletz 7499d9a89d Update XCode project. 15 years ago
  sletz 99c2fa0a87 Some fixes for compilation on Snow Leopard. 15 years ago
  sletz 89693a67c0 Correct monitor port naming in JackAudioDriver and JackCoreAudioDriver. 15 years ago
  sletz eb812ca7ca Add a -G parameter in CoreAudio backend (the computation value in RT thread expressed at percent of period). 16 years ago
  sletz 34d1c0b627 Correct JackMachThread::GetParams. 16 years ago
  sletz 148764a207 Version 1.9.4 started. 16 years ago
  sletz 15958b1bd8 Update OSX install script. 16 years ago
  sletz b51f2a52b3 Correct XCode project for loopback target. 16 years ago
  sletz e4c2f68f1b Compile loopback backend in Linux and Solaris versions, update OSX project. 16 years ago
  sletz c970e7e0fe JackLoopbackDriver reborn as a dynamicalled loadable separated backend. 16 years ago
  sletz 1eef95890b Raise drivers time out used in synchronous mode. 16 years ago
  sletz 05c58839e1 Update XCode project. 16 years ago
  sletz 347c6b874b Correct 64/32 mixed compilation again. 16 years ago
  sletz 407988efc8 Correct 64/32 mixed compilation. 16 years ago
  sletz dd36f62aef GCC 4.2 compilation on Snow Loepard. 16 years ago