jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sletz e11c32b593 JackEngine class cleanup 17 years ago
..
jack New jack_get_client_pid API, implemented on server side. 17 years ago
JackAPI.cpp Better handling of graph state read functions : never wait when used in the real-time thread, current state is used. 17 years ago
JackActivationCount.cpp All library side files become LGPL 17 years ago
JackActivationCount.h All library side files become LGPL 17 years ago
JackAtomic.h All library side files become LGPL 17 years ago
JackAtomicArrayState.h Nedko Arnaudov log patch(2). 17 years ago
JackAtomicState.h All library side files become LGPL 17 years ago
JackAudioDriver.cpp Correct JackEngine inheritance graph. 17 years ago
JackAudioDriver.h Correct JackEngine inheritance graph. 17 years ago
JackAudioPort.cpp All library side files become LGPL 17 years ago
JackChannel.h New jack_get_client_pid API, implemented on server side. 17 years ago
JackChannelTransaction.h Beautifull code 17 years ago
JackClient.cpp Better handling of graph state read functions : never wait when used in the real-time thread, current state is used. 17 years ago
JackClient.h All library side files become LGPL 17 years ago
JackClientControl.h New jack_get_client_pid API, implemented on server side. 17 years ago
JackClientInterface.h All library side files become LGPL 17 years ago
JackConnectionManager.cpp Use of placement new for dynamic port allocation is possibly not safe... so avoid that until a definitive answer is found. 17 years ago
JackConnectionManager.h Use of placement new for dynamic port allocation is possibly not safe... so avoid that until a definitive answer is found. 17 years ago
JackConstants.h Package number bumped to 1.90 everywhere. 17 years ago
JackDebugClient.cpp JackAudioDriver::ProcessAsync and JackAudioDriver::ProcessSync were broken at some point : 0 has to be returned in all cases. 17 years ago
JackDebugClient.h New jack_get_client_pid API, implemented on server side. 17 years ago
JackDriver.cpp Correct JackEngine inheritance graph. 17 years ago
JackDriver.h Correct JackEngine inheritance graph. 17 years ago
JackDriverLoader.cpp Correct warnings 17 years ago
JackDriverLoader.h Correct JackEngine inheritance graph. 17 years ago
JackDummyDriver.cpp Correct JackEngine inheritance graph. 17 years ago
JackDummyDriver.h Correct JackEngine inheritance graph. 17 years ago
JackEngine.cpp Correct JackEngine inheritance graph. 17 years ago
JackEngine.h JackEngine class cleanup 17 years ago
JackEngineControl.cpp Implementation of jack_get_max_delayed_usecs, jack_get_xrun_delayed_usecs and jack_reset_max_delayed_usecs. 17 years ago
JackEngineControl.h Implementation of jack_get_max_delayed_usecs, jack_get_xrun_delayed_usecs and jack_reset_max_delayed_usecs. 17 years ago
JackError.c Nedko Arnaudov FULL_MIMIC patch. 17 years ago
JackError.h Nedko Arnaudov log patch(2). 17 years ago
JackException.h Cleanup 17 years ago
JackExports.h Beautifull code 17 years ago
JackExternalClient.cpp New jack_get_client_pid API, implemented on server side. 17 years ago
JackExternalClient.h New jack_get_client_pid API, implemented on server side. 17 years ago
JackFifo.cpp All library side files become LGPL 17 years ago
JackFifo.h All library side files become LGPL 17 years ago
JackFrameTimer.cpp All library side files become LGPL 17 years ago
JackFrameTimer.h All library side files become LGPL 17 years ago
JackFreewheelDriver.cpp Cleanup 17 years ago
JackFreewheelDriver.h Correct JackEngine inheritance graph. 17 years ago
JackGlobals.cpp Compilation on Windows 17 years ago
JackGlobals.h Compilation on Windows 17 years ago
JackGlobalsClient.cpp All library side files become LGPL 17 years ago
JackGlobalsServer.cpp Beautifull code 17 years ago
JackGraphManager.cpp Correct JackEngine::PortUnRegister, JackEngine::ClientCloseAux and JackEngine::ClientDeactivate to correctly send notifications. 17 years ago
JackGraphManager.h Restore a working version on Linux 17 years ago
JackInternalClient.cpp New jack_get_client_pid API, implemented on server side. 17 years ago
JackInternalClient.h Set line ending properties 17 years ago
JackInternalClientChannel.h Correct JackEngine inheritance graph. 17 years ago
JackLibAPI.cpp New jack_get_client_pid API, implemented on server side. 17 years ago
JackLibClient.cpp New jack_get_client_pid API, implemented on server side. 17 years ago
JackLibClient.h All library side files become LGPL 17 years ago
JackLibGlobals.h Better handling of graph state read functions : never wait when used in the real-time thread, current state is used. 17 years ago
JackLockedEngine.h Correct JackEngine inheritance graph. 17 years ago
JackLoopbackDriver.cpp Beautifull code 17 years ago
JackLoopbackDriver.h Correct JackEngine inheritance graph. 17 years ago
JackMidiAPI.cpp All library side files become LGPL 17 years ago
JackMidiPort.cpp All library side files become LGPL 17 years ago
JackMidiPort.h All library side files become LGPL 17 years ago
JackMutex.h Typo 17 years ago
JackNotification.h 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
JackPort.cpp Correct JackPort::ClearBuffer. 17 years ago
JackPort.h All library side files become LGPL 17 years ago
JackPortType.cpp All library side files become LGPL 17 years ago
JackPortType.h All library side files become LGPL 17 years ago
JackPosixSemaphore.cpp All library side files become LGPL 17 years ago
JackPosixSemaphore.h All library side files become LGPL 17 years ago
JackPosixThread.cpp Better handling of graph state read functions : never wait when used in the real-time thread, current state is used. 17 years ago
JackPosixThread.h All library side files become LGPL 17 years ago
JackProcessSync.h Correct all backend playback port latency in case of asynchronous mode (1 buffer more). 17 years ago
JackRequest.h New jack_get_client_pid API, implemented on server side. 17 years ago
JackServer.cpp Correct JackEngine inheritance graph. 17 years ago
JackServer.h Correct JackEngine inheritance graph. 17 years ago
JackServerAPI.cpp New jack_get_client_pid API, implemented on server side. 17 years ago
JackServerGlobals.cpp Correct JackServerGlobals::Init: now check is server is already started. 17 years ago
JackServerGlobals.h Cleanup 17 years ago
JackServerLaunch.cpp All library side files become LGPL 17 years ago
JackServerLaunch.h Nedko Arnaudov FULL_MIMIC patch. 17 years ago
JackShmMem.cpp Use placement new for dynamic port allocation (in progress). 17 years ago
JackShmMem.h Use placement new for dynamic port allocation (in progress). 17 years ago
JackSocket.cpp Cleanup 17 years ago
JackSocket.h All library side files become LGPL 17 years ago
JackSocketClientChannel.cpp New jack_get_client_pid API, implemented on server side. 17 years ago
JackSocketClientChannel.h New jack_get_client_pid API, implemented on server side. 17 years ago
JackSocketNotifyChannel.cpp All library side files become LGPL 17 years ago
JackSocketNotifyChannel.h All library side files become LGPL 17 years ago
JackSocketServerChannel.cpp New jack_get_client_pid API, implemented on server side. 17 years ago
JackSocketServerChannel.h New jack_get_client_pid API, implemented on server side. 17 years ago
JackSocketServerNotifyChannel.cpp All library side files become LGPL 17 years ago
JackSocketServerNotifyChannel.h All library side files become LGPL 17 years ago
JackSyncInterface.h Beautifull code 17 years ago
JackSynchro.h All library side files become LGPL 17 years ago
JackThread.h Better handling of graph state read functions : never wait when used in the real-time thread, current state is used. 17 years ago
JackThreadedDriver.cpp For threaded drivers, AcquireRealTime is called after Init step. 17 years ago
JackThreadedDriver.h Add exceptions management to distinguish drivers recoverable errors from non recoverable ones. Will be used in special threaded drivers (for network). 17 years ago
JackTime.c Nedko Arnaudov log patch(2). 17 years ago
JackTime.h Beautifull code 17 years ago
JackTools.cpp Correct JackServerGlobals::Init: now check is server is already started. 17 years ago
JackTools.h Beautifull code 17 years ago
JackTransportEngine.cpp 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
JackTransportEngine.h Transport timebase fix (in progress). 17 years ago
JackTypes.h Beautifull code 17 years ago
Jackdmp.cpp Package number bumped to 1.90 everywhere. 17 years ago
SConscript Remove wrapper library stuff 17 years ago
cycles.h Beautifull code 17 years ago
driver_interface.h Beautifull code 17 years ago
jslist.h Beautifull code 17 years ago
ringbuffer.c Cleanup 17 years ago
shm.c Nedko Arnaudov log patch. 17 years ago
shm.h Beautifull code 17 years ago
timestamps.c Add missing timestamps.c and timestamps.h files, various clenaup 17 years ago
timestamps.h Beautifull code 17 years ago
transport_types.h Transport timebase fix (in progress). 17 years ago
varargs.h Correct include 17 years ago