summaryrefslogtreecommitdiff
path: root/libs/midi++2/test
AgeCommit message (Collapse)Author
2019-09-05Ignore <ExtendingDeviceNames> midnam during unit-testRobin Gareus
So far Ardour only supports midnam descriptions that specify a <MasterDeviceNames> directly.
2019-09-05Fix paths to .midnam fileRobin Gareus
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2015-10-04globally remove all trailing whitespace from .cpp and .hpp files missed by ↵Paul Davis
previous commit
2015-09-13allow to run unit-test under wine from srcdir.Robin Gareus
2014-12-06midnam test: don't clutter up output.Robin Gareus
2014-12-03Call PBD::init() from libmidi++ test runnerTim Mayberry
This is mostly just to be able to set PBD_DEBUG for testing if necessary
2014-12-03Add test_search_path to find test files in MidnamTestTim Mayberry
2014-11-30Remove bogus test and noisy output.David Robillard
2014-06-25Use PBD::find_files_matching_pattern instead of other variationsTim Mayberry
2014-01-10Support midnam controller value labels.David Robillard
2013-01-20Fix compilation with --test.David Robillard
Make midnam test suite pass again. The Ardour test suite does not pass. I commented out old crossfade stuff, but I am not familiar enough with the parts that fail to fix it. It might be a good idea for someone to look into this. Ideally we'd have the test integrated into everyone's workflow, but they add quite a few files to compile... git-svn-id: svn://localhost/ardour2/branches/3.0@13931 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-20Show matching controller name in automation lane header.David Robillard
Completely eliminate static MIDI controller name code. Reduce dependency on midnam_patch.h (which would have saved me several hours if I did it earlier). Store controller name numbers as an integer. Keep controller names in a map keyed by int instead of a list for fast lookup. More cleanup of MIDI::Name code. git-svn-id: svn://localhost/ardour2/branches/3.0@13927 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-09Add patchfile for Yamaha PSR-S900, add unit test for it, remove camel case ↵Hans Baier
from test method names git-svn-id: svn://localhost/ardour2/branches/3.0@13218 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-08add unit tests to midi++ and assorted bugfixes for midnam_patch.ccHans Baier
git-svn-id: svn://localhost/ardour2/branches/3.0@13213 d708f5d6-7413-0410-9779-e7cbd77b26cf