.. |
jack
|
jackctl_server_add_slave and jackctl_server_remove_slave now test if server is running.
|
14 years ago |
JackAPI.cpp
|
Synchronize JackWeakAPI.cpp with new APIs.
|
14 years ago |
JackActivationCount.cpp
|
Header cleanup, add --clients and --ports options in configure.
|
16 years ago |
JackActivationCount.h
|
Use __attribute__((__packed__)) again, more fixes for 64/32 mixed mode. Torben Hohn changes for 64/32 mixed mode in wscripts.
|
16 years ago |
JackArgParser.cpp
|
Simplify server temporary mode : now use a JackTemporaryException.
|
15 years ago |
JackArgParser.h
|
Support for -h option in internal clients to print the parameters.
|
16 years ago |
JackAtomic.h
|
Fix a SMP related bug introduced in rev 2957 : remove the __SMP__ flag and define LOCK for SMP in all cases.
|
16 years ago |
JackAtomicArrayState.h
|
Fix some file header to have library side code use LGPL.
|
15 years ago |
JackAtomicState.h
|
Correct 64/32 mixed compilation again.
|
16 years ago |
JackAudioAdapter.cpp
|
Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.
|
14 years ago |
JackAudioAdapter.h
|
Add auto_connect parameter in netmanager and netadapter.
|
16 years ago |
JackAudioAdapterFactory.cpp
|
Merge Solaris branch back on trunk.
|
16 years ago |
JackAudioAdapterInterface.cpp
|
Change JackEngineProfiling and JackAudioAdapterInterface gnuplot scripts to output SVG instead of PDF.
|
15 years ago |
JackAudioAdapterInterface.h
|
Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.
|
14 years ago |
JackAudioDriver.cpp
|
Correct SetBufferSize for drivers.
|
14 years ago |
JackAudioDriver.h
|
Correct SetBufferSize for drivers.
|
14 years ago |
JackAudioPort.cpp
|
Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.
|
14 years ago |
JackChannel.h
|
jack_client_has_session_callback implementation.
|
14 years ago |
JackClient.cpp
|
Fix for client RT thread.
|
14 years ago |
JackClient.h
|
Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest API.
|
14 years ago |
JackClientControl.h
|
Latency callback must always be activated.
|
14 years ago |
JackClientInterface.h
|
Add a string parameter to server ==> client notification, add a new InfoShutdown callback.
|
15 years ago |
JackCompilerDeps.h
|
Merge Michael Voigt drops branch after reorganization step.
|
16 years ago |
JackConnectionManager.cpp
|
Correct TopologicalSort.
|
14 years ago |
JackConnectionManager.h
|
Correct TopologicalSort.
|
14 years ago |
JackConstants.h
|
Version 1.9.8 started.
|
14 years ago |
JackControlAPI.cpp
|
Merge branch 'server-ctl-proposal'
|
14 years ago |
JackControlAPI.h
|
Update server control API with jackctl_server_open and jackctl_server_close (see http://trac.jackaudio.org/ticket/219 for rationale). Update drivers to support Start/Stop of slave drivers. Update dbus to use new jackctl_server_* functions. Freewheel driver is no longer an implicit slave of the master audio driver. Haven't tested freewheeling, and didn't update Solaris OSS driver. Tested slave addition by adding loopback driver, but don't have a slave driver in this branch on Linux platform to test with.
|
14 years ago |
JackDebugClient.cpp
|
Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest API.
|
14 years ago |
JackDebugClient.h
|
Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest API.
|
14 years ago |
JackDriver.cpp
|
Correct SetBufferSize for drivers.
|
14 years ago |
JackDriver.h
|
Correct loopback driver for new activation model.
|
14 years ago |
JackDriverLoader.cpp
|
Cleanup.
|
14 years ago |
JackDriverLoader.h
|
Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp.
|
14 years ago |
JackDummyDriver.cpp
|
Correct SetBufferSize for drivers.
|
14 years ago |
JackDummyDriver.h
|
Loopback driver working again.
|
17 years ago |
JackEngine.cpp
|
Implement renaming in JackDriver::Open to avoid name collision (thanks Devin Anderson).
|
14 years ago |
JackEngine.h
|
jack_client_has_session_callback implementation.
|
14 years ago |
JackEngineControl.cpp
|
Latency callback must always be activated.
|
14 years ago |
JackEngineControl.h
|
Release JackEngine mutex before sending notifications.
|
15 years ago |
JackEngineProfiling.cpp
|
Improvements from Gabriel M. Beddingfield (HTML file output for profiling) + couple of fixes.
|
15 years ago |
JackEngineProfiling.h
|
Add mixed 32/64 mode (off by default).
|
16 years ago |
JackError.cpp
|
Correct export issues.
|
14 years ago |
JackError.h
|
Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX thread implementation.
|
14 years ago |
JackException.h
|
Use a QUIT notification to properly quit the server channel, the server channel thread can then be 'stopped' instead of 'canceled'
|
15 years ago |
JackExternalClient.cpp
|
add uuid parameter to jack_client_open...
|
15 years ago |
JackExternalClient.h
|
fix tabs and convert em to spaces.
|
15 years ago |
JackFilters.h
|
Use __attribute__((__packed__)) again, more fixes for 64/32 mixed mode. Torben Hohn changes for 64/32 mixed mode in wscripts.
|
16 years ago |
JackFrameTimer.cpp
|
Header cleanup, add --clients and --ports options in configure.
|
16 years ago |
JackFrameTimer.h
|
Remove unneeded include.
|
14 years ago |
JackFreewheelDriver.cpp
|
Major redesign of driver activation (master and salve mode).
|
14 years ago |
JackFreewheelDriver.h
|
Major redesign of driver activation (master and salve mode).
|
14 years ago |
JackGlobals.cpp
|
Client debugging code improved.
|
15 years ago |
JackGlobals.h
|
Hopefully fix compilation issue introduced in r3823.
|
15 years ago |
JackGraphManager.cpp
|
Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.
|
14 years ago |
JackGraphManager.h
|
Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.
|
14 years ago |
JackInternalClient.cpp
|
Implement renaming in JackDriver::Open to avoid name collision (thanks Devin Anderson).
|
14 years ago |
JackInternalClient.h
|
Correct InternalClientLoad.
|
15 years ago |
JackInternalClientChannel.h
|
Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp.
|
14 years ago |
JackLibAPI.cpp
|
Correct InternalClientLoad.
|
15 years ago |
JackLibClient.cpp
|
add uuid parameter to ClientCheck method.
|
14 years ago |
JackLibClient.h
|
Correct visibility warnings.
|
14 years ago |
JackLibGlobals.h
|
Correct visibility warnings.
|
14 years ago |
JackLibSampleRateResampler.cpp
|
Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.
|
14 years ago |
JackLibSampleRateResampler.h
|
Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.
|
14 years ago |
JackLockedEngine.h
|
jack_client_has_session_callback implementation.
|
14 years ago |
JackLoopbackDriver.cpp
|
Correct loopback driver for new activation model.
|
14 years ago |
JackLoopbackDriver.h
|
Correct some naming stuff.
|
14 years ago |
JackMessageBuffer.cpp
|
Correct TopologicalSort.
|
14 years ago |
JackMessageBuffer.h
|
Ensure that client-side message buffer thread calls thread_init callback if/when it is set by the client (backport of JACK1 rev 3838).
|
15 years ago |
JackMidiAPI.cpp
|
Header cleanup, add --clients and --ports options in configure.
|
16 years ago |
JackMidiAsyncQueue.cpp
|
Minor library change that I forgot to add to the last commit. Adds a method to asynchronous queues that checks to available write space in the queue.
|
14 years ago |
JackMidiAsyncQueue.h
|
Minor library change that I forgot to add to the last commit. Adds a method to asynchronous queues that checks to available write space in the queue.
|
14 years ago |
JackMidiAsyncWaitQueue.cpp
|
CoreMidi driver starting to work.
|
14 years ago |
JackMidiAsyncWaitQueue.h
|
Fix compilation errors sent from Stephane.
|
14 years ago |
JackMidiBufferReadQueue.cpp
|
Fix 'alsarawmidi' driver so that it actually works. Add functionality to 'midi_latency_test'. Fix bug in raw write queue implementation. Output error message when a source MIDI port isn't valid during mixdown. Output error messages for error conditions detected in buffer read and write queues.
|
14 years ago |
JackMidiBufferReadQueue.h
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
14 years ago |
JackMidiBufferWriteQueue.cpp
|
Fix 'alsarawmidi' driver so that it actually works. Add functionality to 'midi_latency_test'. Fix bug in raw write queue implementation. Output error message when a source MIDI port isn't valid during mixdown. Output error messages for error conditions detected in buffer read and write queues.
|
14 years ago |
JackMidiBufferWriteQueue.h
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
14 years ago |
JackMidiDriver.cpp
|
Cleanup SetBufferSize for JackMidiDriver.
|
14 years ago |
JackMidiDriver.h
|
Cleanup SetBufferSize for JackMidiDriver.
|
14 years ago |
JackMidiPort.cpp
|
Fix 'alsarawmidi' driver so that it actually works. Add functionality to 'midi_latency_test'. Fix bug in raw write queue implementation. Output error message when a source MIDI port isn't valid during mixdown. Output error messages for error conditions detected in buffer read and write queues.
|
14 years ago |
JackMidiPort.h
|
Correct visibility warnings.
|
14 years ago |
JackMidiRawInputWriteQueue.cpp
|
Fix 'alsarawmidi' driver so that it actually works. Add functionality to 'midi_latency_test'. Fix bug in raw write queue implementation. Output error message when a source MIDI port isn't valid during mixdown. Output error messages for error conditions detected in buffer read and write queues.
|
14 years ago |
JackMidiRawInputWriteQueue.h
|
Add 'alsarawmidi' driver, which is a slave MIDI driver that makes ALSA MIDI ports available to JACK. The driver uses the rawmidi devices, and uses the raw MIDI queues to optimize output.
|
14 years ago |
JackMidiRawOutputWriteQueue.cpp
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
14 years ago |
JackMidiRawOutputWriteQueue.h
|
Add 'alsarawmidi' driver, which is a slave MIDI driver that makes ALSA MIDI ports available to JACK. The driver uses the rawmidi devices, and uses the raw MIDI queues to optimize output.
|
14 years ago |
JackMidiReadQueue.cpp
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
14 years ago |
JackMidiReadQueue.h
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
14 years ago |
JackMidiReceiveQueue.cpp
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
14 years ago |
JackMidiReceiveQueue.h
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
14 years ago |
JackMidiSendQueue.cpp
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
14 years ago |
JackMidiSendQueue.h
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
14 years ago |
JackMidiUtil.cpp
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
14 years ago |
JackMidiUtil.h
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
14 years ago |
JackMidiWriteQueue.cpp
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
14 years ago |
JackMidiWriteQueue.h
|
Renaming for Windows compatibility.
|
14 years ago |
JackMutex.h
|
Release JackEngine mutex before sending notifications.
|
15 years ago |
JackNetAdapter.cpp
|
Fix AcquireRealTime and DropRealTime: now distinguish when called from another thread (AcquireRealTime/DropRealTime) and from the thread itself (AcquireSelfRealTime/DropSelfRealTime).
|
15 years ago |
JackNetAdapter.h
|
Cleanup in NetJack2 transport handing code.
|
16 years ago |
JackNetDriver.cpp
|
Use of latency range in all backends. ComputeTotalLatencies now a client/server call.
|
14 years ago |
JackNetDriver.h
|
Correct CPU timing in JackNetDriver, now take cycle begin time after Read.
|
15 years ago |
JackNetInterface.cpp
|
Special code in JackCoreAudio driver to handle completely buggy Digidesign CoreAudio user-land driver.
|
15 years ago |
JackNetInterface.h
|
NetJack2 code : better error checkout, method renaming.
|
16 years ago |
JackNetManager.cpp
|
Correct SetBufferSize for drivers.
|
14 years ago |
JackNetManager.h
|
Compile on Windows again.
|
14 years ago |
JackNetOneDriver.cpp
|
Typos.
|
14 years ago |
JackNetOneDriver.h
|
Cleanup.
|
14 years ago |
JackNetSocket.h
|
Better symbols export for server and client side libraries.
|
16 years ago |
JackNetTool.cpp
|
Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.
|
14 years ago |
JackNetTool.h
|
Support for BIG_ENDIAN machines in NetJack2 for transport data.
|
16 years ago |
JackNotification.h
|
New latency API implementation (in progress).
|
14 years ago |
JackPlatformPlug.h
|
Merge Michael Voigt drops branch after reorganization step.
|
16 years ago |
JackPort.cpp
|
Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.
|
14 years ago |
JackPort.h
|
Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.
|
14 years ago |
JackPortType.cpp
|
jack_port_type_get_buffer_size implementation.
|
14 years ago |
JackPortType.h
|
JackEngine::ComputeTotalLatencies in progress.
|
14 years ago |
JackProfiler.cpp
|
Correct profiler client parameter default value.
|
16 years ago |
JackProfiler.h
|
Merge Solaris branch back on trunk.
|
16 years ago |
JackRequest.h
|
jack_client_has_session_callback implementation.
|
14 years ago |
JackResampler.cpp
|
Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.
|
14 years ago |
JackResampler.h
|
Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.
|
14 years ago |
JackRestartThreadedDriver.cpp
|
Fix AcquireRealTime and DropRealTime: now distinguish when called from another thread (AcquireRealTime/DropRealTime) and from the thread itself (AcquireSelfRealTime/DropSelfRealTime).
|
15 years ago |
JackRestartThreadedDriver.h
|
Better symbols export for server and client side libraries.
|
16 years ago |
JackServer.cpp
|
Correct SetBufferSize for drivers.
|
14 years ago |
JackServer.h
|
jackctl_server_add_slave and jackctl_server_remove_slave now test if server is running.
|
14 years ago |
JackServerAPI.cpp
|
Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp.
|
14 years ago |
JackServerGlobals.cpp
|
Correct JackServer::SwitchMaster.
|
14 years ago |
JackServerGlobals.h
|
Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp.
|
14 years ago |
JackServerLaunch.h
|
Cleanup on Windows.
|
16 years ago |
JackShmMem.cpp
|
Fix some file header to have library side code use LGPL.
|
15 years ago |
JackShmMem.h
|
Fix some file header to have library side code use LGPL.
|
15 years ago |
JackSynchro.h
|
Synchronize jack2 public headers with jack1 ones.
|
16 years ago |
JackSystemDeps.h
|
Merge Michael Voigt drops branch after reorganization step.
|
16 years ago |
JackThread.h
|
Compile on Windows again.
|
14 years ago |
JackThreadedDriver.cpp
|
Major redesign of driver activation (master and salve mode).
|
14 years ago |
JackThreadedDriver.h
|
Major redesign of driver activation (master and salve mode).
|
14 years ago |
JackTime.h
|
Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX thread implementation.
|
14 years ago |
JackTools.cpp
|
Multi-platform mkdir, cleanup.
|
15 years ago |
JackTools.h
|
Multi-platform mkdir, cleanup.
|
15 years ago |
JackTransportEngine.cpp
|
increase sync timeout to 10seconds, because this can happen with netjack1
|
15 years ago |
JackTransportEngine.h
|
Correct 64/32 mixed compilation again.
|
16 years ago |
JackTypes.h
|
Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX thread implementation.
|
14 years ago |
JackWaitThreadedDriver.cpp
|
Fix AcquireRealTime and DropRealTime: now distinguish when called from another thread (AcquireRealTime/DropRealTime) and from the thread itself (AcquireSelfRealTime/DropSelfRealTime).
|
15 years ago |
JackWaitThreadedDriver.h
|
Rename JackDriver::Init method to JackDriver::Initialize (to avoid confusion with JackThread::Init method).
|
16 years ago |
JackWeakAPI.cpp
|
Synchronize JackWeakAPI.cpp with new APIs.
|
14 years ago |
Jackdmp.cpp
|
CoreMidi driver starting to work.
|
14 years ago |
driver_interface.h
|
Raise JACK_DRIVER_PARAM_STRING_MAX and JACK_PARAM_STRING_MAX to 127 otherwise some audio drivers cannot be loaded on OSX.
|
15 years ago |
memops.c
|
Tim Bechmann SSE 4.1 memops.c optimization patch.
|
15 years ago |
memops.h
|
Merge Solaris branch back on trunk.
|
16 years ago |
netjack.c
|
Fix for CELT and netjack1 in progress.
|
14 years ago |
netjack.h
|
Use jack_default_audio_sample_t instead of float consistently, fix ticket #201.
|
14 years ago |
netjack_packet.c
|
Typos.
|
14 years ago |
netjack_packet.h
|
Synchronize netjack1 with JACK1 version.
|
14 years ago |
ringbuffer.c
|
Fix for ticket #154.
|
15 years ago |
shm.c
|
Fix in jack_register_server.
|
15 years ago |
shm.h
|
Compiles on Windows again.
|
15 years ago |
timestamps.c
|
Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX thread implementation.
|
14 years ago |
timestamps.h
|
Beautifull code
|
17 years ago |
varargs.h
|
Implement renaming in JackDriver::Open to avoid name collision (thanks Devin Anderson).
|
14 years ago |
wscript
|
Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details
|
14 years ago |