summaryrefslogtreecommitdiff
path: root/libs/ardour
AgeCommit message (Expand)Author
2014-12-04actual expected test results:Robin Gareus
2014-12-04make all tests passRobin Gareus
2014-12-03fix to follow changes to evoral/libardour splitPaul Davis
2014-12-03adapt changes to async MIDI port to use new evoral/libardour splitPaul Davis
2014-12-03modify MidiUI code to use crossthreadchannel on all platformsPaul Davis
2014-12-03alter Async MIDI port implementation to use crossthreadchannel on all platformsPaul Davis
2014-12-03Test: update AutomationList properties for v3.5Robin Gareus
2014-12-03Test: print assert message if XML property mismatchRobin Gareus
2014-12-03fix audioengine use in unit-tests.Robin Gareus
2014-12-03fix MTDM testRobin Gareus
2014-12-03Tests: ensure that libardour is initializedRobin Gareus
2014-12-03fix audio-engine dtor.Robin Gareus
2014-12-03fix test segfaultRobin Gareus
2014-12-03use Dummy backend for testsRobin Gareus
2014-12-03Use PBD::tmp_writable_directory in libardour test_util.ccTim Mayberry
2014-12-03Fixes for AudioEngine testTim Mayberry
2014-12-03Remove unused test_common.h/cc filesTim Mayberry
2014-12-03Move libardour test utility code into one source fileTim Mayberry
2014-12-03Use ardev_common.sh to setup environment for running libardour testsTim Mayberry
2014-12-02Fix range of pan controls.David Robillard
2014-12-02Make 'ARDOUR::ParameterDescriptor' exportable, so that it can get used outsid...John Emmas
2014-12-02Fix lost MIDI events due to broken range check.David Robillard
2014-12-01Fix automation write/touch.David Robillard
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-12-01Make it compile with C++11 support.Julien de Kozak
2014-12-01Comments in various call-sites of coverage()Colin Fletcher
2014-11-30Remove braindead Parameter inheritance abuse.David Robillard
2014-11-30Replace thinning static state with parameter.David Robillard
2014-11-30Trim the include tree.David Robillard
2014-11-30Move EventRingBuffer to libardour.David Robillard
2014-11-30Add missing namespace qualifiers.David Robillard
2014-11-30Clean up state tracking of raw MIDI.David Robillard
2014-11-30Save mute automation state.David Robillard
2014-11-30use update_steps() instead of custom functionRobin Gareus
2014-11-30update_steps(), properly handle integer rangesRobin Gareus
2014-11-30fix ladpsa default value.Robin Gareus
2014-11-30fix LV2 default port value.Robin Gareus
2014-11-29Fix write for boolean automation.David Robillard
2014-11-29change ownership of processor window-proxyRobin Gareus
2014-11-29Set discrete by default for boolean parameters.David Robillard
2014-11-29Somewhat working gain automation.David Robillard
2014-11-28Set the toggled default metadata of parameters.David Robillard
2014-11-26remove "port sources" management from MidiControlUI and Mackie support.Paul Davis
2014-11-25Fix build of evoral testsColin Fletcher
2014-11-25Remove dead code.David Robillard
2014-11-24amend c4533939b9Robin Gareus
2014-11-23hotfix windows-compilation (unfinished bfe49540b9)Robin Gareus
2014-11-23make debug message more usefulRobin Gareus
2014-11-23fix/silence various compiler warnings.Robin Gareus
2014-11-23use NULL not 0 for c-functions (even in c++ code)Robin Gareus