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.
moret f630c4eb92 Add JackNetSlaveInterface, base class for netjack slave management (netdriver and netadapter) 17 years ago
..
jack Remove transport_type.h file, move transport types in types.h file. 17 years ago
JackAPI.cpp Cleanup in JackTransportEngine, move some code that was in JackClient class. 17 years ago
JackActivationCount.cpp Add conditional includes for config.h, for use with waf 17 years ago
JackActivationCount.h Another Tim Blechmann patch to remove unnecessary virtual methods. 17 years ago
JackAtomic.h Merge windows branch back to trunk. 17 years ago
JackAtomicArrayState.h Cleanup 17 years ago
JackAtomicState.h Cleanup 17 years ago
JackAudioAdapter.cpp New JackAudioAdapterFactory. 17 years ago
JackAudioAdapter.h Cleanup, documentation. 17 years ago
JackAudioAdapterFactory.cpp New JackAudioAdapterFactory. 17 years ago
JackAudioAdapterInterface.cpp Correct use of JACK_MONITOR for audioadapters. 17 years ago
JackAudioAdapterInterface.h Correct use of JACK_MONITOR for audioadapters. 17 years ago
JackAudioDriver.cpp Loopback driver working again. 17 years ago
JackAudioDriver.h Loopback driver working again. 17 years ago
JackAudioPort.cpp Add conditional includes for config.h, for use with waf 17 years ago
JackChannel.h Cleanup, documentation. 17 years ago
JackClient.cpp Simplify request server close only if server is running implementation. 17 years ago
JackClient.h Correct JackClient::Close() to request server close only if server is running. 17 years ago
JackClientControl.h Simplify request server close only if server is running implementation. 17 years ago
JackClientInterface.h Another Tim Blechmann patch to remove unnecessary virtual methods. 17 years ago
JackConnectionManager.cpp Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackConnectionManager.h Merge windows branch back to trunk. 17 years ago
JackConstants.h Fix JackFrameTimer::Time2Frames and JackTimer::Frames2Time, jack_cpu compiled again. 17 years ago
JackControl.cpp Merge windows branch back to trunk. 17 years ago
JackDebugClient.cpp Cleanup in JackTransportEngine, move some code that was in JackClient class. 17 years ago
JackDebugClient.h Cleanup in JackTransportEngine, move some code that was in JackClient class. 17 years ago
JackDriver.cpp Loopback driver working again. 17 years ago
JackDriver.h Loopback driver working again. 17 years ago
JackDriverLoader.cpp Move jack_internal_client_parse_params to JackArgParser class 17 years ago
JackDriverLoader.h Use of JackArgParser in audioadapter jack_initialize 17 years ago
JackDummyDriver.cpp Loopback driver working again. 17 years ago
JackDummyDriver.h Loopback driver working again. 17 years ago
JackEngine.cpp More control of refnum in JackEngine methods. 17 years ago
JackEngine.h Netioadapter now adapts for buffer size and sample rate changes. 17 years ago
JackEngineControl.cpp Cleanup. 17 years ago
JackEngineControl.h Cleanup timing + cpuload code 17 years ago
JackEngineTiming.cpp Cleanup timing + cpuload code 17 years ago
JackEngineTiming.h Cleanup timing + cpuload code 17 years ago
JackError.cpp Better control of exported symbols. 17 years ago
JackError.h Cleanup include 17 years ago
JackException.h Cleanup, documentation. 17 years ago
JackExports.h Better control of exported symbols : windows adaptation in progress 17 years ago
JackExternalClient.cpp Fix a crash bug when desallocating a non completely created external client. 17 years ago
JackExternalClient.h Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackFifo.cpp Fix JackAudioAdapter::Open. 17 years ago
JackFifo.h Cleanup include 17 years ago
JackFilters.h Fix JackFrameTimer::Time2Frames and JackTimer::Frames2Time, jack_cpu compiled again. 17 years ago
JackFrameTimer.cpp Remove debug code. 17 years ago
JackFrameTimer.h More cleanup 17 years ago
JackFreewheelDriver.cpp Fix JackFreewheelDriver::Process() in case if client time-out : continue processing until a better recovery strategy is chosen. 17 years ago
JackFreewheelDriver.h Remove JackClientInterface class 17 years ago
JackGlobals.cpp Cleanup some headers for licence issues. 17 years ago
JackGlobals.h Cleanup some headers for licence issues. 17 years ago
JackGraphManager.cpp Correct RemoveAllPorts 17 years ago
JackGraphManager.h Compiles on Windows again 17 years ago
JackInternalClient.cpp Simplify request server close only if server is running implementation. 17 years ago
JackInternalClient.h Add jack_get_descriptor in internal clients API. 17 years ago
JackInternalClientChannel.h Remove JackClientInterface class 17 years ago
JackLibAPI.cpp Correct JackClient::Close() to request server close only if server is running. 17 years ago
JackLibClient.cpp Simplify request server close only if server is running implementation. 17 years ago
JackLibClient.h Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackLibGlobals.h Another Tim Blechmann patch to remove unnecessary virtual methods. 17 years ago
JackLibSampleRateResampler.cpp Fix server client OSX special notification mechanism, CoreAudio driver compilation back for 10.4. 17 years ago
JackLibSampleRateResampler.h Cleanup, documentation. 17 years ago
JackLockedEngine.h Cleanup, documentation. 17 years ago
JackLoopbackDriver.cpp Embed JackEngineControl in JackDriver (starting from Tim Blechmann idea). 17 years ago
JackLoopbackDriver.h Remove JackClientInterface class 17 years ago
JackMessageBuffer.cpp Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackMessageBuffer.h Cleanup, documentation. 17 years ago
JackMidiAPI.cpp Correct GetPortTypeId, various cleanup. 17 years ago
JackMidiPort.cpp Add conditional includes for config.h, for use with waf 17 years ago
JackMidiPort.h All library side files become LGPL 17 years ago
JackMutex.h Cleanup, documentation. 17 years ago
JackNetAdapter.cpp Empty JackNetAdapter is now compiled and loadable. 17 years ago
JackNetAdapter.h Empty JackNetAdapter is now compiled and loadable. 17 years ago
JackNetDriver.cpp Add JackNetSlaveInterface, base class for netjack slave management (netdriver and netadapter) 17 years ago
JackNetDriver.h Add JackNetSlaveInterface, base class for netjack slave management (netdriver and netadapter) 17 years ago
JackNetManager.cpp Cleanup 17 years ago
JackNetManager.h Cleanup 17 years ago
JackNetSlaveInterface.cpp Add JackNetSlaveInterface, base class for netjack slave management (netdriver and netadapter) 17 years ago
JackNetSlaveInterface.h Add JackNetSlaveInterface, base class for netjack slave management (netdriver and netadapter) 17 years ago
JackNetSocket.h Add sync packets in both NetDriver and NetManager - Sync packets will carry network sync, transport and other auxiliary data 17 years ago
JackNetTool.cpp Add fast network mode, allowing zero latency transmission when possible 17 years ago
JackNetTool.h Add fast network mode, allowing zero latency transmission when possible 17 years ago
JackNetUnixSocket.cpp Improve NetMaster 'slow mode' 17 years ago
JackNetUnixSocket.h Correct timeout settings in netjack2 17 years ago
JackNotification.h Cleanup, documentation. 17 years ago
JackPlatformChannelTransaction.h Another Tim Blechmann patch to remove unnecessary virtual methods. 17 years ago
JackPlatformClientChannel.h Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackPlatformNetSocket.h Merge windows branch back to trunk. 17 years ago
JackPlatformNotifyChannel.h Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackPlatformProcessSync.h Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackPlatformServerChannel.h Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackPlatformServerNotifyChannel.h Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackPlatformSynchro.h Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackPlatformThread.h Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackPort.cpp Correct GetPortTypeId, various cleanup. 17 years ago
JackPort.h Another Tim Blechmann patch to remove unnecessary virtual methods. 17 years ago
JackPortType.cpp Correct GetPortTypeId, various cleanup. 17 years ago
JackPortType.h Correct GetPortTypeId, various cleanup. 17 years ago
JackPosixSemaphore.cpp Cleanup 17 years ago
JackPosixSemaphore.h Cleanup include 17 years ago
JackPosixThread.cpp Add new jack_client_stop_thread and jack_client_kill_thread API. 17 years ago
JackPosixThread.h Add new jack_client_stop_thread and jack_client_kill_thread API. 17 years ago
JackProcessSync.cpp Cleanup some headers for licence issues. 17 years ago
JackProcessSync.h Cleanup some headers for licence issues. 17 years ago
JackRequest.h Fix JackFrameTimer::Time2Frames and JackTimer::Frames2Time, jack_cpu compiled again. 17 years ago
JackResampler.cpp Better error handling in netioadapter (2) 17 years ago
JackResampler.h Cleanup, documentation. 17 years ago
JackRestartThreadedDriver.cpp Merge windows branch back to trunk. 17 years ago
JackRestartThreadedDriver.h Cleanup, documentation. 17 years ago
JackServer.cpp Correct JackServer::InternalClientLoad. 17 years ago
JackServer.h Another Tim Blechmann patch to remove unnecessary virtual methods. 17 years ago
JackServerAPI.cpp Correct JackClient::Close() to request server close only if server is running. 17 years ago
JackServerGlobals.cpp Update waf for compilation on OSX. 17 years ago
JackServerGlobals.h Another Tim Blechmann patch to remove unnecessary virtual methods. 17 years ago
JackServerLaunch.cpp Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackServerLaunch.h Nedko Arnaudov FULL_MIMIC patch. 17 years ago
JackShmMem.cpp Fix a crash bug when desallocating a non completely created external client. 17 years ago
JackShmMem.h Another Tim Blechmann cleanup patch + do no allocate JackClientControl in shared memory for server internal clients. 17 years ago
JackSocket.cpp Fix desallocation of remaining clients when server quits. 17 years ago
JackSocket.h Update waf for compilation on OSX. 17 years ago
JackSocketClientChannel.cpp Correct JackClient::Close() to request server close only if server is running. 17 years ago
JackSocketClientChannel.h Better control of exported symbols. 17 years ago
JackSocketNotifyChannel.cpp Add conditional includes for config.h, for use with waf 17 years ago
JackSocketNotifyChannel.h Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackSocketServerChannel.cpp Correct JackClient::Close() to request server close only if server is running. 17 years ago
JackSocketServerChannel.h Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackSocketServerNotifyChannel.cpp Add conditional includes for config.h, for use with waf 17 years ago
JackSocketServerNotifyChannel.h Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackSynchro.h Tim Blechmann patch to remove unnecessary virtual methods : choice of the appropriate platform version is now done at compilation time. 17 years ago
JackThread.h Correct GetPortTypeId, various cleanup. 17 years ago
JackThreadedDriver.cpp Loopback driver working again. 17 years ago
JackThreadedDriver.h Loopback driver working again. 17 years ago
JackTime.c Cleanup some headers for licence issues. 17 years ago
JackTime.h Remove extern for InitTime. 17 years ago
JackTools.cpp Add JackGnuPlotMonitor to JackTools - improve time monitoring for netjack2 17 years ago
JackTools.h Cleanup 17 years ago
JackTransportEngine.cpp Cleanup. 17 years ago
JackTransportEngine.h Cleanup. 17 years ago
JackTypes.h Beautifull code 17 years ago
JackWaitThreadedDriver.cpp Merge windows branch back to trunk. 17 years ago
JackWaitThreadedDriver.h Cleanup, documentation. 17 years ago
Jackdmp.cpp Add missing OSX include in jackdmp.cpp and correct OSX wscript. 17 years ago
control_types.h Merge windows branch back to trunk. 17 years ago
cycles.h Beautifull code 17 years ago
driver_interface.h Move jack_internal_client_parse_params to JackArgParser class 17 years ago
ringbuffer.c Remove JackCallbackAudioAdapter class - Add portaudio debug dll - Add dummy driver on windows 17 years ago
shm.c Better control of exported symbols. 17 years ago
shm.h Better control of exported symbols. 17 years ago
timestamps.c Add conditional includes for config.h, for use with waf 17 years ago
timestamps.h Beautifull code 17 years ago
varargs.h Correct GetPortTypeId, various cleanup. 17 years ago
wscript Add JackNetSlaveInterface, base class for netjack slave management (netdriver and netadapter) 17 years ago