jackdbus/common
sletz fd4fd01765 Correct jackdmp.cpp.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4311 0c269be4-1314-0410-8aa9-9f06e86f4224
2011-04-15 15:41:17 +00:00
..
jack Improve drivers and internals loading code. 2011-04-13 11:30:00 +00:00
JackAPI.cpp Synchronize JackWeakAPI.cpp with new APIs. 2011-03-29 14:08:29 +00:00
JackActivationCount.cpp
JackActivationCount.h
JackArgParser.cpp Simplify server temporary mode : now use a JackTemporaryException. 2009-11-13 15:56:10 +00:00
JackArgParser.h
JackAtomic.h
JackAtomicArrayState.h Fix some file header to have library side code use LGPL. 2010-03-19 15:35:42 +00:00
JackAtomicState.h
JackAudioAdapter.cpp Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 2011-03-11 14:45:57 +00:00
JackAudioAdapter.h
JackAudioAdapterFactory.cpp
JackAudioAdapterInterface.cpp Change JackEngineProfiling and JackAudioAdapterInterface gnuplot scripts to output SVG instead of PDF. 2010-01-29 19:31:55 +00:00
JackAudioAdapterInterface.h Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 2011-03-11 14:45:57 +00:00
JackAudioDriver.cpp Improve error management in JackNetDriver. 2011-04-01 16:08:48 +00:00
JackAudioDriver.h Correct SetBufferSize for drivers. 2011-03-30 11:41:00 +02:00
JackAudioPort.cpp Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 2011-03-11 14:45:57 +00:00
JackChannel.h 64 bits compilation on Windows. 2011-04-06 08:22:57 +00:00
JackClient.cpp Fix for client RT thread. 2011-03-15 21:02:28 +00:00
JackClient.h 64 bits compilation on Windows. 2011-04-06 08:22:57 +00:00
JackClientControl.h 64 bits compilation on Windows. 2011-04-06 08:22:57 +00:00
JackClientInterface.h
JackCompilerDeps.h
JackConnectionManager.cpp Correct TopologicalSort. 2011-03-10 13:35:22 +00:00
JackConnectionManager.h Correct TopologicalSort. 2011-03-10 13:35:22 +00:00
JackConstants.h Version 1.9.8 started. 2011-03-30 16:45:28 +00:00
JackControlAPI.cpp Update WinMME driver for 64 bits compilation. 2011-04-08 12:15:17 +00:00
JackControlAPI.h 64 bits compilation on Windows. 2011-04-06 08:22:57 +00:00
JackDebugClient.cpp Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest API. 2011-03-15 11:14:04 +00:00
JackDebugClient.h Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest API. 2011-03-15 11:14:04 +00:00
JackDriver.cpp Correct driver lifetime management. 2011-04-04 20:58:20 +00:00
JackDriver.h Correct loopback driver for new activation model. 2011-03-26 12:52:52 +01:00
JackDriverLoader.cpp Improve drivers and internals loading code. 2011-04-13 11:30:00 +00:00
JackDriverLoader.h Remove warnings. 2011-04-05 11:38:20 +00:00
JackDummyDriver.cpp Correct SetBufferSize for drivers. 2011-03-30 11:41:00 +02:00
JackDummyDriver.h
JackEngine.cpp Implement renaming in JackDriver::Open to avoid name collision (thanks Devin Anderson). 2011-03-24 10:16:30 +00:00
JackEngine.h jack_client_has_session_callback implementation. 2011-03-09 11:40:37 +00:00
JackEngineControl.cpp Latency callback must always be activated. 2011-03-10 09:36:25 +00:00
JackEngineControl.h Release JackEngine mutex before sending notifications. 2009-12-12 15:32:41 +01:00
JackEngineProfiling.cpp Improvements from Gabriel M. Beddingfield (HTML file output for profiling) + couple of fixes. 2010-01-30 16:19:27 +00:00
JackEngineProfiling.h
JackError.cpp Correct export issues. 2010-11-03 16:35:44 +00:00
JackError.h Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX thread implementation. 2011-03-04 12:29:20 +00:00
JackException.h Use a QUIT notification to properly quit the server channel, the server channel thread can then be 'stopped' instead of 'canceled' 2009-12-10 16:29:17 +00:00
JackExternalClient.cpp Correction in jackdmp.cpp: notify_server_stop should be done after server destruction. 2011-04-01 14:30:21 +00:00
JackExternalClient.h fix tabs and convert em to spaces. 2010-05-05 12:31:26 +02:00
JackFilters.h
JackFrameTimer.cpp
JackFrameTimer.h Remove unneeded include. 2011-03-04 12:45:19 +00:00
JackFreewheelDriver.cpp Cleanup. 2011-04-15 09:40:06 +00:00
JackFreewheelDriver.h Major redesign of driver activation (master and salve mode). 2011-03-25 17:18:37 +01:00
JackGlobals.cpp Client debugging code improved. 2009-11-20 09:35:00 +00:00
JackGlobals.h Hopefully fix compilation issue introduced in r3823. 2009-11-20 23:50:32 +00:00
JackGraphManager.cpp Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 2011-03-11 14:45:57 +00:00
JackGraphManager.h Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 2011-03-11 14:45:57 +00:00
JackInternalClient.cpp Implement renaming in JackDriver::Open to avoid name collision (thanks Devin Anderson). 2011-03-24 10:16:30 +00:00
JackInternalClient.h Correct InternalClientLoad. 2010-05-07 10:09:42 +02:00
JackInternalClientChannel.h Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp. 2011-03-13 12:56:30 +00:00
JackLibAPI.cpp Correct InternalClientLoad. 2010-05-07 10:09:42 +02:00
JackLibClient.cpp add uuid parameter to ClientCheck method. 2010-08-27 18:59:40 +02:00
JackLibClient.h Correct visibility warnings. 2011-03-14 13:57:16 +00:00
JackLibGlobals.h Compiles again on OSX. 2011-04-06 08:59:43 +00:00
JackLibSampleRateResampler.cpp Simplify Windows installers: remove the VC++ 2008 dependency. 2011-04-14 12:03:37 +00:00
JackLibSampleRateResampler.h Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 2011-03-11 14:45:57 +00:00
JackLockedEngine.h jack_client_has_session_callback implementation. 2011-03-09 11:40:37 +00:00
JackLoopbackDriver.cpp Correct loopback driver for new activation model. 2011-03-26 12:52:52 +01:00
JackLoopbackDriver.h Correct some naming stuff. 2011-03-28 18:50:43 +02:00
JackMessageBuffer.cpp Correct TopologicalSort. 2011-03-10 13:35:22 +00:00
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). 2009-12-02 15:13:15 +00:00
JackMidiAPI.cpp
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. 2011-03-22 15:13:10 -07:00
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. 2011-03-22 15:13:10 -07:00
JackMidiAsyncWaitQueue.cpp CoreMidi driver starting to work. 2011-03-28 17:05:03 +02:00
JackMidiAsyncWaitQueue.h Fix compilation errors sent from Stephane. 2011-03-26 14:59:31 -07:00
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. 2011-03-23 02:44:24 -07:00
JackMidiBufferReadQueue.h Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 2011-03-18 22:47:45 -07:00
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. 2011-03-23 02:44:24 -07:00
JackMidiBufferWriteQueue.h Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 2011-03-18 22:47:45 -07:00
JackMidiDriver.cpp Cleanup now unused code in JackMidiDriver. 2011-04-04 15:21:00 +00:00
JackMidiDriver.h Cleanup now unused code in JackMidiDriver. 2011-04-04 15:21:00 +00:00
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. 2011-03-23 02:44:24 -07:00
JackMidiPort.h Correct visibility warnings. 2011-03-14 13:57:16 +00:00
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. 2011-03-23 02:44:24 -07:00
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. 2011-03-22 15:10:59 -07:00
JackMidiRawOutputWriteQueue.cpp Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 2011-03-18 22:47:45 -07:00
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. 2011-03-22 15:10:59 -07:00
JackMidiReadQueue.cpp Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 2011-03-18 22:47:45 -07:00
JackMidiReadQueue.h Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 2011-03-18 22:47:45 -07:00
JackMidiReceiveQueue.cpp Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 2011-03-18 22:47:45 -07:00
JackMidiReceiveQueue.h Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 2011-03-18 22:47:45 -07:00
JackMidiSendQueue.cpp Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 2011-03-18 22:47:45 -07:00
JackMidiSendQueue.h Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 2011-03-18 22:47:45 -07:00
JackMidiUtil.cpp Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 2011-03-18 22:47:45 -07:00
JackMidiUtil.h Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 2011-03-18 22:47:45 -07:00
JackMidiWriteQueue.cpp Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 2011-03-18 22:47:45 -07:00
JackMidiWriteQueue.h Renaming for Windows compatibility. 2011-03-31 11:34:58 +02:00
JackMutex.h Release JackEngine mutex before sending notifications. 2009-12-12 15:32:41 +01:00
JackNetAdapter.cpp Cleanup. 2011-04-02 15:03:01 +00:00
JackNetAdapter.h Cleanup. 2011-04-02 11:10:07 +00:00
JackNetDriver.cpp Cleanup, remove warning. 2011-04-14 15:52:35 +00:00
JackNetDriver.h Cleanup. 2011-04-02 11:10:07 +00:00
JackNetInterface.cpp Improve error management in JackNetDriver. 2011-04-01 16:08:48 +00:00
JackNetInterface.h Cleanup. 2011-04-02 11:10:07 +00:00
JackNetManager.cpp Cleanup. 2011-04-02 15:03:01 +00:00
JackNetManager.h Cleanup. 2011-04-02 11:10:07 +00:00
JackNetOneDriver.cpp Beautiful JackNetOneDriver code. 2011-04-01 12:47:37 +00:00
JackNetOneDriver.h Beautiful JackNetOneDriver code. 2011-04-01 12:47:37 +00:00
JackNetSocket.h
JackNetTool.cpp Improve error management in JackNetDriver. 2011-04-01 16:08:48 +00:00
JackNetTool.h Netdriver can now ask for in/out values from the master (in progress). 2011-04-02 10:21:31 +00:00
JackNotification.h New latency API implementation (in progress). 2011-03-04 15:23:58 +00:00
JackPlatformPlug.h
JackPort.cpp Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 2011-03-11 14:45:57 +00:00
JackPort.h 64 bits compilation on Windows. 2011-04-06 08:22:57 +00:00
JackPortType.cpp jack_port_type_get_buffer_size implementation. 2011-03-09 12:22:15 +00:00
JackPortType.h JackEngine::ComputeTotalLatencies in progress. 2011-03-09 21:45:34 +00:00
JackProfiler.cpp
JackProfiler.h
JackRequest.h jack_client_has_session_callback implementation. 2011-03-09 11:40:37 +00:00
JackResampler.cpp Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 2011-03-11 14:45:57 +00:00
JackResampler.h Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 2011-03-11 14:45:57 +00:00
JackRestartThreadedDriver.cpp Fix AcquireRealTime and DropRealTime: now distinguish when called from another thread (AcquireRealTime/DropRealTime) and from the thread itself (AcquireSelfRealTime/DropSelfRealTime). 2009-11-07 09:55:37 +00:00
JackRestartThreadedDriver.h
JackServer.cpp FW driver has to be explicitly closed. 2011-04-04 21:29:43 +00:00
JackServer.h jackctl_server_add_slave and jackctl_server_remove_slave now test if server is running. 2011-03-22 17:41:18 +01:00
JackServerAPI.cpp Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp. 2011-03-13 12:56:30 +00:00
JackServerGlobals.cpp Correct JackServer::SwitchMaster. 2011-03-16 15:43:34 +00:00
JackServerGlobals.h Rework internal slave driver management, JackServerGlobals now handle same parameters as jackdmp. 2011-03-13 12:56:30 +00:00
JackServerLaunch.h
JackSession.h New internal JackSession.h file (for 64 bits compilation on Windows). 2011-04-05 15:35:16 +00:00
JackShmMem.cpp Fix some file header to have library side code use LGPL. 2010-03-19 15:35:42 +00:00
JackShmMem.h Fix some file header to have library side code use LGPL. 2010-03-19 15:35:42 +00:00
JackSynchro.h
JackSystemDeps.h
JackThread.h Compile on Windows again. 2011-03-04 12:01:48 +00:00
JackThreadedDriver.cpp Cleanup JackThreadedDriver::Stop. 2011-04-01 09:45:27 +00:00
JackThreadedDriver.h Major redesign of driver activation (master and salve mode). 2011-03-25 17:18:37 +01:00
JackTime.h Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX thread implementation. 2011-03-04 12:29:20 +00:00
JackTools.cpp Multi-platform mkdir, cleanup. 2010-05-05 12:31:28 +02:00
JackTools.h Multi-platform mkdir, cleanup. 2010-05-05 12:31:28 +02:00
JackTransportEngine.cpp
JackTransportEngine.h
JackTypes.h Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX thread implementation. 2011-03-04 12:29:20 +00:00
JackWaitThreadedDriver.cpp Fix AcquireRealTime and DropRealTime: now distinguish when called from another thread (AcquireRealTime/DropRealTime) and from the thread itself (AcquireSelfRealTime/DropSelfRealTime). 2009-11-07 09:55:37 +00:00
JackWaitThreadedDriver.h Cleanup. 2011-04-15 09:40:06 +00:00
JackWeakAPI.cpp JackWeakAPI.cpp updated for 64bits. 2011-04-15 14:14:11 +00:00
Jackdmp.cpp Correct jackdmp.cpp. 2011-04-15 15:41:17 +00:00
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. 2010-03-06 20:59:29 +00:00
memops.c
memops.h
netjack.c Cleanup. 2011-04-15 09:40:06 +00:00
netjack.h Use jack_default_audio_sample_t instead of float consistently, fix ticket #201. 2011-03-11 14:45:57 +00:00
netjack_packet.c Cleanup. 2011-04-15 09:40:06 +00:00
netjack_packet.h Synchronize netjack1 with JACK1 version. 2011-03-10 15:10:47 +00:00
ringbuffer.c Fix for ticket #154. 2010-01-09 21:25:51 +00:00
shm.c Fix in jack_register_server. 2010-05-30 09:33:30 +00:00
shm.h Winmme driver working again. 2011-04-04 14:59:36 +00:00
timestamps.c Synchronize jack.h with JACK1, use jack_native_thread_t type in POSIX and OSX thread implementation. 2011-03-04 12:29:20 +00:00
timestamps.h
varargs.h Implement renaming in JackDriver::Open to avoid name collision (thanks Devin Anderson). 2011-03-24 10:16:30 +00:00
wscript Added MIDI queues, FFADO objects, etc. - see 'http://trac.jackaudio.org/ticket/187' for more details 2011-03-18 22:47:45 -07:00