summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2013-10-23fix MMCPaul Davis
2013-10-23Report an error to stderr if creation of jack command line fails.Colin Fletcher
2013-10-23Don't ever pass -d for device name to dummy jackd driverColin Fletcher
2013-10-23Fix setting playback & capture channel counts for jackd dummy backend.Colin Fletcher
2013-10-23Don't fail jackd command line creation for jack dummy backend.Colin Fletcher
2013-10-23remove fuzzy and obsolete translationsRobin Gareus
2013-10-23make fixed IO ports untranslatableRobin Gareus
2013-10-23Fix midi-note length when quantizing a swing rhythmRobin Gareus
2013-10-24New routes are placed after highest selected route.nick_m
2013-10-23relax requirement on lv2 stackRobin Gareus
2013-10-23fix midi quantization - part twoRobin Gareus
2013-10-23initialize plugin param descriptor structRobin Gareus
2013-10-22Merge branch 'unify_display_ordering' of https://github.com/nmains/ardourPaul Davis
2013-10-22Merge branch 'miscfix' of https://github.com/mojofunk/ardourPaul Davis
2013-10-22honor LV2 units:midiNote: display Note name instead of integer3.5.14Robin Gareus
2013-10-21fix issues with recording while synced to JACK (non-pure-virtual method added...Paul Davis
2013-10-21add default sample rate and buffer size methods to AudioBackendPaul Davis
2013-10-21fix endless messages about MIDI events being dropped.Paul Davis
2013-10-21Remove random character at start of wscript fileTim Mayberry
2013-10-20add missing waflib include to rsynth.lv2Robin Gareus
2013-10-20bundled LV2 plugin build and deploymentRobin Gareus
2013-10-20fix typo (rsynth.lv2 configure)Robin Gareus
2013-10-21Unify editor / mixer ordering.nick_m
2013-10-20add reasonablesynth.lv2Robin Gareus
2013-10-18fix missing Click outputs for new sessionsPaul Davis
2013-10-15fix up issues with MIDI I/O option when using jack1 or jack2's most recent op...Paul Davis
2013-10-15update russian translation (again)Paul Davis
2013-10-15reduce default height of mackie control GUI, as per #5713Paul Davis
2013-10-15update russian translation (from alexandre prokoudine)Paul Davis
2013-10-15fix signed/unsigned issue pointed out by old apple gccPaul Davis
2013-10-15re-fix typo in PBD::demangle() for systems without execinfo.hPaul Davis
2013-10-15fix namespace issue with demangle on systems without execinfo.hPaul Davis
2013-10-15fix typo in PBD::demangle() for systems without execinfo.hPaul Davis
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-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