summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2013-10-12adapt AudioEngine to new AudioBackend APIPaul Davis
2013-10-12slightly change AudioBackend API to allow specifying that the device is being...Paul Davis
2013-10-11Fix ardour tests to work with new AudioEngine/Backends changesTim Mayberry
2013-10-11Add AudioEngine::set_default_backendTim Mayberry
2013-10-11Use test-env.sh in run-session-tests.shTim Mayberry
2013-10-11Write state data from automation list test to check why test is failingTim Mayberry
2013-10-11Add arg to test function to be able to prefix test output directoryTim Mayberry
2013-10-11return bool in test util function to check writing xml to file is successfulTim Mayberry
2013-10-11Use test_search_path to find test data files for automation testTim Mayberry
2013-10-11Update test to use correct SourceFactory::createWritable APITim Mayberry
2013-10-11Delete test_globals.h/cc now that the contents has moved to test_common.h/ccTim Mayberry
2013-10-11Add get_test_sample_rate to common test functions in libardour testsTim Mayberry
2013-10-11Fix script used to run libardour testsTim Mayberry
2013-10-10add API to get current MIDI option from an audio/MIDI backendPaul Davis
2013-10-10add API to AudioBackend to allow discovery of possible MIDI I/O optionsPaul Davis
2013-10-09when looking for backends, search for *.dll as well as *.so and *.dylibPaul Davis
2013-10-08remove link-time use of JACK, since it is now dlopen'ed by the chosen backendPaul Davis
2013-10-08restore jack timebase master and jack session callback functionality (moved i...Paul Davis
2013-10-08-arestore jack timebase master and jack session callback functionality (moved...Paul Davis
2013-10-08updated DE translation from edgar aichingerPaul Davis
2013-10-07use AudioEngine destructor to do necessary stuff when shutting it down, and r...Paul Davis
2013-10-07change return type on ARDOUR::cleanup() since nobody cares what it returnsPaul Davis
2013-10-04Move processing thread list from ARDOUR::Graph into AudioBackend implementationTim Mayberry
2013-10-04Add AudioBackendThread class to support different thread type on windowsTim Mayberry
2013-10-02fix up crash caused by changes in object creation order and setting the state...Paul Davis
2013-09-25fix up enum mess caused by switching from JACK to Engine as the name for jack...Paul Davis
2013-09-25make information extraction from session file options list robust against som...Paul Davis
2013-09-24start explicitly linking against libtimecode (this needs to happen elsewhere ...Paul Davis
2013-09-23add new static functions to get SR and disk sample format from session XMLPaul Davis
2013-09-22make session creation from a template work againPaul Davis
2013-09-21likely fix for creating new sessions from templatesPaul Davis
2013-09-20Revert "actually load new state after creating a session."Paul Davis
2013-09-20Merge branch 'master' of https://github.com/nmains/ardourPaul Davis
2013-09-20rather hacky fix for the change of the SyncSource > JACK enum to SyncSource >...Paul Davis
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-09-17substantive changes to allow the audio/MIDI setup dialog to change settings a...Paul Davis
2013-09-18actually load new state after creating a session.nick_m
2013-09-17fix crash caused by trying to unregister null portsPaul Davis
2013-09-16more session construction order changes, and removal of n_physical_{inputs,ou...Paul Davis
2013-09-16fix missing initialization of two Session members, which fixes a crash during...Paul Davis
2013-09-16fix ordering in session construction so that new sessions and existing ones b...Paul Davis
2013-09-14move creation of Graph till after we have the engine running, since we need a...Paul Davis
2013-09-13use visibility control on JACK audio backend, so that we can import this chan...Paul Davis
2013-09-13change inheritance so that an AudioBackend IS-A PortEnginePaul Davis
2013-09-12remove some debug output messagesPaul Davis
2013-09-12don't stop metering thread when session is removed; move engine-setup code in...Paul Davis
2013-09-12lots of changes to auto-start (and stop) the backend for latency measurements...Paul Davis
2013-09-12reinstate unblocking-of-connections in session setup, accidentally dropped in...Paul Davis
2013-09-12change names, add comment, improve return type to avoid extra call to get Eng...Paul Davis
2013-09-12add AudioBackendNativeThread to serve the same role as jack_native_thread_tPaul Davis