summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2013-10-14Merge branch 'master' into windows+ccJohn Emmas
2013-10-14'PBD::demangle()' - Minor modification to keep MSVC happyJohn Emmas
2013-10-14'AudioEngine::discover_backends()' - When building a debuggable backend modul...John Emmas
2013-10-14add a back-pointer to the owner of a ProcessorPaul Davis
2013-10-12fix inability to export twicePaul Davis
2013-10-12adapt AudioEngine to new AudioBackend APIPaul Davis
2013-10-12adapt JACK audiobackend to pay attention to new _start() API related to laten...Paul Davis
2013-10-12slightly change AudioBackend API to allow specifying that the device is being...Paul Davis
2013-10-11Merge branch 'windows' into windows+ccJohn Emmas
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-10some slightly hackish changes to make it possible to use the new internal ALS...Paul Davis
2013-10-10add API to get current MIDI option from an audio/MIDI backendPaul Davis
2013-10-10add API to get current MIDI option from an audio/MIDI backendPaul Davis
2013-10-10fix up parsing of send gain MIDI bindings so that they actually workPaul Davis
2013-10-10add JACK backend support for MIDI option discoveryPaul Davis
2013-10-10add API to AudioBackend to allow discovery of possible MIDI I/O optionsPaul Davis
2013-10-09merge with master, fixing conflicts in 3 wscript filesPaul Davis
2013-10-09when looking for backends, search for *.dll as well as *.so and *.dylibPaul Davis
2013-10-08reduce version requirement for JACKPaul Davis
2013-10-08move JACK configuration test(s) down to where they belong (in libs/backend/jack)Paul 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-07change tortured GtkUI startup process into something just a little more sane,...Paul Davis
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-10-04Merge branch 'audiothreads' of https://github.com/mojofunk/ardourPaul Davis
2013-10-04provide PBD::demangle() even on platforms without HAVE_EXECINFOPaul Davis
2013-10-04Implement JACKAudioBackend::in_process_threadTim Mayberry
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-25don't ping JACK server 4 times to see if it is already up when ardour startsPaul 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-25Merge branch 'cairocanvas' into windows+ccJohn Emmas
2013-09-25only generate some current canvas debug output when CANVAS_DEBUG is defined, ...Paul Davis
2013-09-25add casting for MSVC sqrtPaul Davis