summaryrefslogtreecommitdiff
path: root/libs/midi++2/midnam_patch.cc
AgeCommit message (Expand)Author
2020-04-01Overhaul InstrumentInfoRobin Gareus
2019-12-19slightly enhanced error handling when loading MIDNAM dataPaul Davis
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2019-05-04Ignore MIDNAM NRPN Controls for the time beingRobin Gareus
2018-11-23Handle some midnam edge-casesRobin Gareus
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-08-30Catch new exception in other places.Robin Gareus
2017-04-19Use XMLNode::set_property API in Midnam related classesTim Mayberry
2016-12-03Remove Evoral::MIDIEventDavid Robillard
2015-10-22Store the file path when constructing MidiNameDocumentTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-01-07MusicalTime => Beats.David Robillard
2014-12-29Fix off-by-one MIDI note names.David Robillard
2014-12-17Remove some aborts that don't really need to be.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-09-09plug a major mem hog.Robin Gareus
2014-07-15Support midnam files with a channel (not patch) NoteNameList.David Robillard
2014-01-11fix merge with masterPaul Davis
2014-01-10Support midnam controller value labels.David Robillard
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-30fix assert for non-existing MIDI patch-namesRobin Gareus
2013-07-25'libs/midi++2' - Modify to be buildable with MSVCJohn Emmas
2013-01-27Default to "7bit" controller type if missing, as per DTD.David Robillard
2013-01-20Show matching controller name in automation lane header.David Robillard
2013-01-20Error checking string to int conversion from midnam files.David Robillard
2013-01-20Support loading MIDI note names in NoteGroup tags as well.David Robillard
2013-01-20Add General MIDI drum note names and patch names.David Robillard
2013-01-20Fix MIDI note number off by one error.David Robillard
2013-01-20Fix midnam warning messages.David Robillard
2013-01-20Support note names from midnam files (tested with the DM5).David Robillard
2013-01-19Set MIDI device mode to the first by default if unset.David Robillard
2013-01-19Use a std::set for MIDI device models so the combo is sorted and the user can...David Robillard
2013-01-19Add standard MIDI midnam file and remove hard coded equivalent.David Robillard
2013-01-16Preliminary support for named MIDI controllers via midname files.David Robillard
2012-10-29yet another fix for complaints from OS X gcc about constnessPaul Davis
2012-10-09fix insidious bugs in midnam_patch.cc which account for garbled dataHans Baier
2012-10-08add unit tests to midi++ and assorted bugfixes for midnam_patch.ccHans Baier
2012-06-12fix complete screw up in connecting MIDNAM PatchNameList with ChannelNameSets...Paul Davis
2012-06-12more changes to patch change/plugin preset support - replace regexp replaceme...Paul Davis
2012-06-11lots more work trying to create a common structure for accessing plugin and M...Paul Davis
2012-06-10remove craziness of propagating MIDI 7 bit limits into MIDNAM handling by rep...Paul Davis
2012-06-03Look in the UsesPatchNameList for the name rather thanCarl Hetherington
2012-03-20a lot of tweaking and fixing for the MIDNAM parsing code so that it correctly...Paul Davis
2009-10-21Fix unused parameter warnings since GCC apparently doesn't feel like listenin...David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-02-18Make sure Evoral::MIDIEvent XML stuff is entirely unused in midi++ for now (r...David Robillard
2009-01-15* extend MIDNAM support (PatchBanks containing the bank select MIDI Commands)Hans Baier
2008-12-15* first working prototype of changing program changes by scroll wheel (still ...Hans Baier