| .. |
|
jack
|
Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines.
|
17 years ago |
|
JackAPI.cpp
|
Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines.
|
17 years ago |
|
JackActivationCount.cpp
|
Add conditional includes for config.h, for use with waf
|
17 years ago |
|
JackActivationCount.h
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackAtomic.h
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackAtomicArrayState.h
|
Cleanup
|
17 years ago |
|
JackAtomicState.h
|
Cleanup
|
17 years ago |
|
JackAudioAdapter.cpp
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackAudioAdapter.h
|
NetAdapter is now running.
|
17 years ago |
|
JackAudioAdapterFactory.cpp
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackAudioAdapterInterface.cpp
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackAudioAdapterInterface.h
|
Add host and adapted denomination in audioadapters. Adapters can adapt from/to different period size/sample rate.
|
17 years ago |
|
JackAudioDriver.cpp
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackAudioDriver.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackAudioPort.cpp
|
Add conditional includes for config.h, for use with waf
|
17 years ago |
|
JackChannel.h
|
Correct PortRegister prototype.
|
17 years ago |
|
JackClient.cpp
|
Cleanup JackPortRegisterResult and JackPortUnRegisterRequest structures.
|
17 years ago |
|
JackClient.h
|
Correct PortRegister prototype.
|
17 years ago |
|
JackClientControl.h
|
Simplify request server close only if server is running implementation.
|
17 years ago |
|
JackClientInterface.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackCompilerDeps.h
|
Merge Michael Voigt drops branch after reorganization step.
|
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
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackConstants.h
|
Switch jackmp filenames to jack on windows.
|
17 years ago |
|
JackControlAPI.cpp
|
Cleanup in driver/internal loading code, correct wscript for driver and internals compilation.
|
17 years ago |
|
JackControlAPI.h
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackDebugClient.cpp
|
Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks.
|
17 years ago |
|
JackDebugClient.h
|
Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks.
|
17 years ago |
|
JackDriver.cpp
|
Michael Voigt JackTime patch.
|
17 years ago |
|
JackDriver.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackDriverLoader.cpp
|
Michael Voigt JackTime patch.
|
17 years ago |
|
JackDriverLoader.h
|
New JackDriverInfo class to cleanup driver loading code.
|
17 years ago |
|
JackDummyDriver.cpp
|
Fix JackNetDriver::Open and JackDummyDriver::Open.
|
17 years ago |
|
JackDummyDriver.h
|
Loopback driver working again.
|
17 years ago |
|
JackEngine.cpp
|
Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines.
|
17 years ago |
|
JackEngine.h
|
Cleanup jack_port_id_t/jack_port_t mess, should work again on 64 bits machines.
|
17 years ago |
|
JackEngineControl.cpp
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackEngineControl.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackEngineTiming.cpp
|
Cleanup timing + cpuload code
|
17 years ago |
|
JackEngineTiming.h
|
Cleanup timing + cpuload code
|
17 years ago |
|
JackError.cpp
|
Cleanup on Windows.
|
17 years ago |
|
JackError.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackException.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackExternalClient.cpp
|
Fix a crash bug when desallocating a non completely created external client.
|
17 years ago |
|
JackExternalClient.h
|
Merge Michael Voigt drops branch after reorganization step.
|
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
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackFreewheelDriver.cpp
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackFreewheelDriver.h
|
Remove JackClientInterface class
|
17 years ago |
|
JackGlobals.cpp
|
Cleanup some headers for licence issues.
|
17 years ago |
|
JackGlobals.h
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackGraphManager.cpp
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackGraphManager.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackInternalClient.cpp
|
Correct JackCoreAudioAdapter::Close.
|
17 years ago |
|
JackInternalClient.h
|
Remove use of try/catch during internal client loading, set default nperiod to 2 in JackAlsaAdpter.
|
17 years ago |
|
JackInternalClientChannel.h
|
Remove JackClientInterface class
|
17 years ago |
|
JackLibAPI.cpp
|
Michael Voigt JackAPI cleanup patch.
|
17 years ago |
|
JackLibClient.cpp
|
Merge Michael Voigt drops branch after reorganization step.
|
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
|
Merge Michael Voigt drops branch after reorganization step.
|
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 jack_port_id_t/jack_port_t mess, should work again on 64 bits machines.
|
17 years ago |
|
JackLoopbackDriver.cpp
|
Merge Michael Voigt drops branch after reorganization step.
|
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
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackMidiAPI.cpp
|
Merge Michael Voigt drops branch after reorganization step.
|
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
|
Michael Voigt mutex cleanup patch.
|
17 years ago |
|
JackNetAdapter.cpp
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackNetAdapter.h
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackNetDriver.cpp
|
Fix profiling recording in NetXXX files.
|
17 years ago |
|
JackNetDriver.h
|
Correct JackNetDriver initialization.
|
17 years ago |
|
JackNetInterface.cpp
|
Fix profiling recording in NetXXX files.
|
17 years ago |
|
JackNetInterface.h
|
Fix profiling recording in NetXXX files.
|
17 years ago |
|
JackNetManager.cpp
|
Fix profiling recording in NetXXX files.
|
17 years ago |
|
JackNetManager.h
|
Cleanup.
|
17 years ago |
|
JackNetSocket.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackNetTool.cpp
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackNetTool.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackNotification.h
|
Add new jack_set_port_rename_callback API, jack_port_set_name is now a server request that call port rename callbacks.
|
17 years ago |
|
JackPlatformPlug.h
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackPort.cpp
|
Cleanup JackEngine::PortRename.
|
17 years ago |
|
JackPort.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackPortType.cpp
|
Correct GetPortTypeId, various cleanup.
|
17 years ago |
|
JackPortType.h
|
Correct GetPortTypeId, various cleanup.
|
17 years ago |
|
JackRequest.h
|
JackRequest.h moved back to common folder.
|
17 years ago |
|
JackResampler.cpp
|
Better error handling in netioadapter (2)
|
17 years ago |
|
JackResampler.h
|
Cleanup, documentation.
|
17 years ago |
|
JackRestartThreadedDriver.cpp
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackRestartThreadedDriver.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackServer.cpp
|
fDriverInfo as an object in JackServer class.
|
17 years ago |
|
JackServer.h
|
fDriverInfo as an object in JackServer class.
|
17 years ago |
|
JackServerAPI.cpp
|
Michael Voigt JackAPI cleanup patch.
|
17 years ago |
|
JackServerGlobals.cpp
|
Cleanup on Windows.
|
17 years ago |
|
JackServerGlobals.h
|
Another Tim Blechmann patch to remove unnecessary virtual methods.
|
17 years ago |
|
JackServerLaunch.h
|
Cleanup on Windows.
|
17 years ago |
|
JackShmMem.cpp
|
Fix a crash bug when desallocating a non completely created external client.
|
17 years ago |
|
JackShmMem.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackSynchro.h
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackSystemDeps.h
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackThread.h
|
Michael Voigt JackAPI cleanup patch.
|
17 years ago |
|
JackThreadedDriver.cpp
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackThreadedDriver.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackTime.h
|
Michael Voigt JackTime patch.
|
17 years ago |
|
JackTools.cpp
|
Define JACK_PATH_MAX for simpler portability.
|
17 years ago |
|
JackTools.h
|
Michael Voigt JackTime patch.
|
17 years ago |
|
JackTransportEngine.cpp
|
Transport is now working over the network with NetJack2
|
17 years ago |
|
JackTransportEngine.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
JackTypes.h
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackWaitThreadedDriver.cpp
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
JackWaitThreadedDriver.h
|
Better symbols export for server and client side libraries.
|
17 years ago |
|
Jackdmp.cpp
|
Add -u (unlock) again in jackd parameters list (even if not used yet).
|
17 years ago |
|
driver_interface.h
|
fDriverInfo as an object in JackServer class.
|
17 years ago |
|
ringbuffer.c
|
Merge Michael Voigt drops branch after reorganization step.
|
17 years ago |
|
shm.c
|
Better control of exported symbols.
|
17 years ago |
|
shm.h
|
Merge Michael Voigt drops branch after reorganization step.
|
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
|
Michael Voigt JackAPI cleanup patch.
|
17 years ago |
|
wscript
|
Michael Voigt JackAPI cleanup patch.
|
17 years ago |