get rid of const warnings
[ardour.git] / libs /
2013-10-21 Tim MayberryRemove random character at start of wscript file
2013-10-20 Robin Gareusadd missing waflib include to rsynth.lv2
2013-10-20 Robin Gareusbundled LV2 plugin build and deployment
2013-10-20 Robin Gareusfix typo (rsynth.lv2 configure)
2013-10-20 nick_mUnify editor / mixer ordering.
2013-10-20 Robin Gareusadd reasonablesynth.lv2
2013-10-18 Paul Davisfix missing Click outputs for new sessions
2013-10-15 Paul Davisfix up issues with MIDI I/O option when using jack1...
2013-10-15 Paul Davisupdate russian translation (again)
2013-10-15 Paul Davisreduce default height of mackie control GUI, as per...
2013-10-15 Paul Davisupdate russian translation (from alexandre prokoudine)
2013-10-15 Paul Davisfix signed/unsigned issue pointed out by old apple gcc
2013-10-15 Paul Davisre-fix typo in PBD::demangle() for systems without...
2013-10-15 Paul Davisfix namespace issue with demangle on systems without...
2013-10-15 Paul Davisfix typo in PBD::demangle() for systems without execinfo.h
2013-10-14 Paul Davisadd a back-pointer to the owner of a Processor
2013-10-12 Paul Davisfix inability to export twice
2013-10-12 Paul Davisadapt AudioEngine to new AudioBackend API
2013-10-12 Paul Davisadapt JACK audiobackend to pay attention to new _start...
2013-10-12 Paul Davisslightly change AudioBackend API to allow specifying...
2013-10-11 Tim MayberryFix ardour tests to work with new AudioEngine/Backends...
2013-10-11 Tim MayberryAdd AudioEngine::set_default_backend
2013-10-11 Tim MayberryUse test-env.sh in run-session-tests.sh
2013-10-11 Tim MayberryWrite state data from automation list test to check...
2013-10-11 Tim MayberryAdd arg to test function to be able to prefix test...
2013-10-11 Tim Mayberryreturn bool in test util function to check writing...
2013-10-11 Tim MayberryUse test_search_path to find test data files for automa...
2013-10-11 Tim MayberryUpdate test to use correct SourceFactory::createWritabl...
2013-10-11 Tim MayberryDelete test_globals.h/cc now that the contents has...
2013-10-11 Tim MayberryAdd get_test_sample_rate to common test functions in...
2013-10-11 Tim MayberryFix script used to run libardour tests
2013-10-10 Paul Davissome slightly hackish changes to make it possible to...
2013-10-10 Paul Davisadd API to get current MIDI option from an audio/MIDI...
2013-10-10 Paul Davisadd API to get current MIDI option from an audio/MIDI...
2013-10-10 Paul Davisfix up parsing of send gain MIDI bindings so that they...
2013-10-10 Paul Davisadd JACK backend support for MIDI option discovery
2013-10-10 Paul Davisadd API to AudioBackend to allow discovery of possible...
2013-10-09 Paul Daviswhen looking for backends, search for *.dll as well...
2013-10-08 Paul Davisreduce version requirement for JACK
2013-10-08 Paul Davismove JACK configuration test(s) down to where they...
2013-10-08 Paul Davisremove link-time use of JACK, since it is now dlopen...
2013-10-08 Paul Davisrestore jack timebase master and jack session callback...
2013-10-08 Paul Davis-arestore jack timebase master and jack session callbac...
2013-10-08 Paul Davisupdated DE translation from edgar aichinger
2013-10-08 Paul Davisuse AudioEngine destructor to do necessary stuff when...
2013-10-08 Paul Davischange return type on ARDOUR::cleanup() since nobody...
2013-10-08 Paul Davischange tortured GtkUI startup process into something...
2013-10-04 Paul DavisMerge branch 'audiothreads' of https://github.com/mojof...
2013-10-04 Paul Davisprovide PBD::demangle() even on platforms without HAVE_...
2013-10-04 Tim MayberryImplement JACKAudioBackend::in_process_thread
2013-10-04 Tim MayberryMove processing thread list from ARDOUR::Graph into...
2013-10-04 Tim MayberryAdd AudioBackendThread class to support different threa...
2013-10-02 Paul Davisfix up crash caused by changes in object creation order...
2013-09-26 Paul Davisdon't ping JACK server 4 times to see if it is already...
2013-09-25 Paul Davisfix up enum mess caused by switching from JACK to Engin...
2013-09-25 Paul Davismake information extraction from session file options...
2013-09-25 Paul Davisstart explicitly linking against libtimecode (this...
2013-09-24 Paul Davisadd new static functions to get SR and disk sample...
2013-09-22 Paul Davismake session creation from a template work again
2013-09-21 Paul Davislikely fix for creating new sessions from templates
2013-09-20 Paul DavisRevert "actually load new state after creating a session."
2013-09-20 Paul DavisMerge branch 'master' of https://github.com/nmains...
2013-09-20 Paul Davisrather hacky fix for the change of the SyncSource ...
2013-09-19 Paul Davisswitch from JACK_Slave to Engine_Slave
2013-09-19 Paul Davisshow a different audio/MIDI option screen if JACK is...
2013-09-18 Paul Davissubstantive changes to allow the audio/MIDI setup dialo...
2013-09-17 nick_mactually load new state after creating a session.
2013-09-17 Paul Davisfix crash caused by trying to unregister null ports
2013-09-17 Paul Davisa few DEBUG_TRACE improvements
2013-09-16 Paul Davismore session construction order changes, and removal...
2013-09-16 Paul Davisfix missing initialization of two Session members,...
2013-09-16 Paul Davisfix language issue
2013-09-16 Paul Davisallow waf to handle inconsistent case where cwiid.h...
2013-09-16 Paul Davisfix ordering in session construction so that new sessio...
2013-09-14 Paul Davisreally fix build issues after removal of "using" directives
2013-09-14 Paul Davisfix build issues after removal of "using" directives
2013-09-14 Paul Daviscerr output when JACK halt callback is executed
2013-09-14 Paul Davisfix return value from thread creation function when...
2013-09-14 Paul Davismove creation of Graph till after we have the engine...
2013-09-13 Paul DavisMerge branch 'master--arm' of https://github.com/nphili...
2013-09-13 Paul Davisuse visibility control on JACK audio backend, so that...
2013-09-13 Paul Davisupdate JACK backend to use new inheritance structure...
2013-09-13 Paul Davischange inheritance so that an AudioBackend IS-A PortEngine
2013-09-13 Paul Davisexplanatory comment
2013-09-12 Paul Davisremove some debug output messages
2013-09-12 Paul Davisdon't stop metering thread when session is removed...
2013-09-12 Paul Davislots of changes to auto-start (and stop) the backend...
2013-09-12 Paul Davisreinstate unblocking-of-connections in session setup...
2013-09-12 Paul Davischange names, add comment, improve return type to avoid...
2013-09-12 Paul Davisadd AudioBackendNativeThread to serve the same role...
2013-09-12 Paul Davisalways add a timeout value of 200msec to jack, just...
2013-09-11 Paul Davis*maybe* fix issues with zombification during session...
2013-09-11 Paul Davismake use of measured latency values to set dialog contr...
2013-09-11 Paul Davisremove some configure time tests from libs/ardour regar...
2013-09-11 Paul Davismake quit work even when latency measurement is in...
2013-09-11 Paul Davisfix handling of new session
2013-09-11 Paul Davismore tweaks to latency measurement
2013-09-11 Paul Davisbasic functionality for hardware latency measurement
2013-09-10 Paul Davismany changes relating to session construction and audio...
2013-09-10 Paul Davisstart reordering of Session initialization
next