66 Commits (2097c37f356f8c44ccd578f96d5152a184b5cee0)

Author SHA1 Message Date
  sletz 2097c37f35 New JackDriverInfo class to cleanup driver loading code. 16 years ago
  sletz d6f99d0c03 Typo. 16 years ago
  sletz 3515c81258 Better handling of intermediate failing cases in JackServer::Open. 16 years ago
  sletz 244d6aaace Some code cleanup. 16 years ago
  sletz 34bb208d1e Correct JackCoreAudioAdapter::Close. 16 years ago
  sletz 9d0aa7e864 Remove use of try/catch during internal client loading, set default nperiod to 2 in JackAlsaAdpter. 16 years ago
  sletz 3e01068967 Merge Michael Voigt drops branch after reorganization step. 16 years ago
  sletz 6c6264701c New JackLoadableInternalClient1 and JackLoadableInternalClient2 classes. 16 years ago
  sletz 1ae1806947 Correct JackServer::InternalClientLoad. 16 years ago
  sletz d95ea4826a Implement jackctl_server_load_internal and jackctl_server_unload_internal. 16 years ago
  sletz a280d1f368 Update JackTransportEngine for NetJack2 needs. 16 years ago
  sletz c3a0eaf43d Renaming, add netadapter target in XCode project. 16 years ago
  sletz a73d972828 Correct JackServer::InternalClientLoad. 17 years ago
  sletz 24ff09ffc6 kAudioDeviceProcessorOverload printed as an error in JackCoreAudioDriver. 17 years ago
  nedko 47e070c19f On start, print information whether realtime mode is being used or not 17 years ago
  sletz 6dc1387fc5 Loopback driver working again. 17 years ago
  sletz 5349284639 Netioadapter now adapts for buffer size and sample rate changes. 17 years ago
  sletz e5bcc3068a Add IsFixedBufferSize method in all drivers. 17 years ago
  sletz 0a1f18f323 Correct JackPosixThread::ThreadHandler termination, do not set buffer size if same value is used. 17 years ago
  sletz f8f2fddb8d Remove JackClientInterface class 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 d37f95f398 Add a test for coherent freewheel state in JackDebugClient. Cleanup JackMutex class. 17 years ago
  sletz 7cd9cbbb48 Correct JackServer::DeadClient 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 c0f0fd7cc9 Merge control branch. 17 years ago
  sletz 4d78df880e Tim Blechmann RAII idiom patch for JackServer ressource initialization. 17 years ago
  sletz b004d83a3e Tim Blechmann JackEngine cleanup patch. 17 years ago
  sletz db408b7caa Correct JackEngine inheritance graph. 17 years ago
  sletz 152a1711ce New jack_get_client_pid API, implemented on server side. 17 years ago
  sletz 536c0b5476 Use of placement new for dynamic port allocation is possibly not safe... so avoid that until a definitive answer is found. 17 years ago
  sletz 40d7e43d8e Use placement new for dynamic port allocation (in progress). 17 years ago
  sletz c3d3cdd4c6 Correct internal client loading. 17 years ago
  sletz 9a7839caa6 New JackLockedEngine decorator class to serialize access from ALSA Midi thread, command thread and in-server clients. 17 years ago
  sletz 534475f994 Cleanup 17 years ago
  sletz d2f7053ecc Nedko Arnaudov log patch(2). 17 years ago
  sletz ecb8da58c7 Beautifull code 17 years ago
  sletz 254f765c4f Update date 17 years ago
  sletz 1afbf147b8 Cleanup 17 years ago
  sletz af6c5b5836 Move transport related methods from JackEngine to JackServer. 17 years ago
  sletz 105e9018b1 Move OSX start/stop notification mechanism in Jackdmp.cpp 17 years ago
  sletz 9db8324565 Fix a bug in freewheel management in async mode: drivers now receive the kStartFreewheelCallback and kStopFreewheelCallback notifications. 17 years ago
  sletz 3273b35267 Cleanup 17 years ago
  sletz cc80ecb685 Cleanup old zombification code. 17 years ago
  sletz f16634bb6d Implementation of server_name setting (-n) in progress 17 years ago
  sletz 17f62de23f Internal loadable client implementation (in progress). 17 years ago
  sletz 4ed0dd094d Cleanup 17 years ago
  sletz 1231a5d893 Make Rename a method of JackPort class, call it from driver Attach method. 17 years ago
  sletz b1925e9e6f Implement server temporary (-T) mode. 17 years ago