merge with master and fix 2 conflicts
[ardour.git] / libs / ardour /
2013-10-17 Paul Davismerge with master and fix 2 conflicts
2013-10-15 Paul Davisupdate russian translation (again)
2013-10-15 Paul Davisupdate russian translation (from alexandre prokoudine)
2013-10-14 Paul Davisadd a back-pointer to the owner of a Processor
2013-10-12 Paul Davisadapt AudioEngine to new AudioBackend API
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 Davisadd API to get current MIDI option from an audio/MIDI...
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 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-04 Paul DavisMerge branch 'audiothreads' of https://github.com/mojof...
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-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-18 Paul DavisMerge branch 'master' into cairocanvas
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 DavisMerge branch 'master' into cairocanvas
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 ordering in session construction so that new sessio...
2013-09-14 Paul DavisMerge branch 'master' into cairocanvas
2013-09-14 Paul Davisfix merge conflicts with master
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 Davischange inheritance so that an AudioBackend IS-A PortEngine
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-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
2013-09-10 Paul Davismove control app launching back into audio backend...
2013-09-09 Paul Davislaunching control app is now responsibility of ardour...
2013-09-09 Paul Davisinitial work on adding access to h/w control apps when...
2013-09-09 Paul Davisadd can_change_{sample_rate,buffer_size}_while_running...
2013-09-09 Paul Davismove engine dialog from a widget to an actual dialog...
2013-09-07 Paul Davismove inadvertently moved jack_slave.cc back to its...
2013-09-07 Paul Davisother changes for separated jack backend
2013-09-07 Paul Davismove JACK audio backend to its own folder and adjust...
2013-09-06 Paul Davisadd support in JACK backend for specifying number of...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-06 Paul Davisfix JACK backend setup so that we know about graph...
2013-09-06 Paul Davisexit early from AsyncMIDIPort::drain() if it will never...
2013-09-06 Paul Davisfix a problem creating and displaying connected status...
2013-09-05 Paul Davismove MidiPortManager from AudioEngine to Session
2013-09-04 Paul Davisrename interface_ stuff in the engine dialog to device_...
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-09-03 Paul Davisupdated .po files from waf i18n, plus an updated gtk2_a...
2013-09-02 Paul Davisadd std:: to clarify use of llabs on OS X
2013-08-29 Robin Gareusfix typo in IEC-meter 'weird-float' protection.
2013-08-29 Robin Gareusprotect meters against weird float values
2013-08-29 Robin Gareusupdate external plugin UI handling
2013-08-27 Robin Gareusfix vari-speed phase (when used for calculation only)
2013-08-25 Robin Gareusadd LV2 support for kx:external-ui#
2013-08-24 Paul Davispot/po file updates caused by waf i18n
2013-08-24 Tim Blechmannexport: add support for CAF
2013-08-22 Paul Davisundo the hiding of SR-dependent LV2 ports
2013-08-15 Paul Davisupdate czech translations from pavel fric, part 2
2013-08-15 Paul Davisfix newly-appearing crash-at-close caused by muddled...
2013-08-15 Paul Davischeck master sources when determining whether a region...
2013-08-14 Paul DavisMerge branch 'master' into cairocanvas
2013-08-14 Paul Davisfix merge issues with master
next