212 Commits (56d9cc20ef6ec5b51afb65f0db42d139a05deb33)

Author SHA1 Message Date
  sletz 56d9cc20ef New JackPortAudioIOAdapter.cpp,h files 17 years ago
  sletz 424e096414 JackCoreAudioIOAdapter implementation 17 years ago
  sletz ae9108b0ba Add JackCoreAudioIOAdapter.cpp file 17 years ago
  sletz f40b4dcf0d New JackIOAdapter and JackCoreAudioIOAdapter classes 17 years ago
  sletz a57819cd83 Add ring buffers 17 years ago
  sletz e48f81bb75 Cleanup control_types.h 17 years ago
  sletz 0770cd5b62 Cleanup 17 years ago
  sletz 8f3e986c02 Embed JackEngineControl in JackDriver (starting from Tim Blechmann idea). 17 years ago
  sletz 3f0c87526c On OSX waf now compiles Universal Binaries. 17 years ago
  sletz c380ee7bbf Add portaudio driver in OSX target (not yet working) 17 years ago
  sletz bbf9976e3c Add coreaudio driver target, waf for OSX now works 17 years ago
  sletz f49f2c72ac Update waf for compilation on OSX. 17 years ago
  sletz 542ac90d1e Cleanup timing + cpuload code 17 years ago
  sletz 6b92092bc0 Cleanup driver classes 17 years ago
  sletz ae648123ae Improve documentation in jack.h 17 years ago
  sletz 2b0a516f73 Another Tim Blechmann patch to remove unnecessary virtual methods. 17 years ago
  moret 05c991e5b7 fix netjack int/uint compilation failure on macosx 17 years ago
  nedko 850d20dddb Remove scons, waf should be viable for everybody, at least on linux. ok: sletz 17 years ago
  sletz 3f5b7ab9b8 New JackWaitThreadedDriver class to better handle JackNetDriver 17 years ago
  sletz 2368639545 Cleanup 17 years ago
  sletz f1cccee1b5 Fix a bug in backend parameter parsing. 17 years ago
  sletz a20801bf58 Better control of exported symbols. 17 years ago
  sletz b3616b3a05 Remove warning 17 years ago
  sletz f8f2fddb8d Remove JackClientInterface class 17 years ago
  sletz b44e22de0e Use of set_threaded_log_function only when needed in RT threads. 17 years ago
  sletz 3861dc6efe Revert unwanted change in thread classes 17 years ago
  sletz e3115e72fc Correction in Readme_NetJack2 17 years ago
  sletz 4c488ee522 Merge network branch 17 years ago
  sletz 6e74283ec8 Update XCode project 17 years ago
  sletz 572bf9d2d4 Fix XCode project 17 years ago
  sletz 5da7de955e Fix XCode project 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
  sletz c14a253e61 Improve OSX install script 17 years ago
  nedko b5bd3afb28 Add conditional includes for config.h, for use with waf 17 years ago
  sletz d37f95f398 Add a test for coherent freewheel state in JackDebugClient. Cleanup JackMutex class. 17 years ago
  sletz 93d2e5d2fa Cleanup 17 years ago
  sletz 3f0ea566d8 Avoid using Terminate when quitting in RT thread. Cleanup JackEngineInterface. 17 years ago
  sletz 537a1de88a Cleanup testMutex 17 years ago
  sletz 1a0ee43b01 Error handling in JackMutex class 17 years ago
  sletz 18cad3d339 New testMutex test, correct timing in drivers. 17 years ago
  sletz 43b936c53b Compilation on Windows 17 years ago
  sletz f786e83108 Correct timing in drivers : frame time has to be incremented before Read. 17 years ago
  sletz 1182ac2c7c Improve JackSyncInterface class 17 years ago
  sletz 949226287a Add missing example clients 17 years ago
  sletz 6919780fbc Cleanup example clients : use jack_client_open and install a proper 'quit' signal handler. 17 years ago
  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