globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / midi++2 / midi++ / midnam_patch.h
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2014-12-18 David RobillardRemove some aborts that don't really need to be.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-09 Robin Gareusplug a major mem hog.
2014-07-01 Paul Davismerge with master.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-25 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2014-01-23 Paul Davisfix merge conflict with master
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-11 Paul Davisfix merge with master
2014-01-11 David RobillardSupport midnam controller value labels.
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul Davisfix merge errors with master
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2013-12-28 Paul DavisMerge branch 'master' into cairocanvas
2013-12-27 Paul Davismerge exportvis branch into cairocanvas, to reduce...
2013-12-04 Paul DavisMerge branch 'master' into exportvis
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-10-18 John EmmasMerge remote-tracking branch 'remotes/origin/exportvis...
2013-10-17 Paul Davisadd -fvisibility=hidden to libmidi++ and make things...
2013-10-17 Paul Davisexport-ify libmidipp
2013-01-20 David RobillardShow matching controller name in automation lane header.
2013-01-20 David RobillardError checking string to int conversion from midnam...
2013-01-20 David RobillardAdd General MIDI drum note names and patch names.
2013-01-20 David RobillardSupport note names from midnam files (tested with the...
2013-01-19 David RobillardUse a std::set for MIDI device models so the combo...
2013-01-19 David RobillardAdd standard MIDI midnam file and remove hard coded...
2013-01-19 David RobillardHide MIDI device mode selector unless there is actually...
2013-01-16 David RobillardPreliminary support for named MIDI controllers via...
2012-10-09 Hans Baierfix whitespace in libs/midi++2/midi++/midnam_patch.h
2012-10-08 Hans Baieradd unit tests to midi++ and assorted bugfixes for...
2012-06-12 Paul Davisfix complete screw up in connecting MIDNAM PatchNameLis...
2012-06-12 Paul Davismore changes to patch change/plugin preset support...
2012-06-11 Paul Davislots more work trying to create a common structure...
2012-06-10 Paul Davisremove craziness of propagating MIDI 7 bit limits into...
2012-06-02 Carl HetheringtonFix operator< so that strict weak ordering is
2012-06-02 Paul Daviscouple of fixes to enable building, and building with...
2012-03-20 Paul Davisa lot of tweaking and fixing for the MIDNAM parsing...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-18 David RobillardMake sure Evoral::MIDIEvent XML stuff is entirely unuse...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-01-15 Hans Baier* extend MIDNAM support (PatchBanks containing the...
2008-12-23 Hans Baier* added comments to midi_region_view.h
2008-12-15 Hans Baier* first working prototype of changing program changes...
2008-12-14 Hans Baier* some refactoring of patch name stuff in preparation...
2008-12-13 Paul Davisfix up java-style expression to have correct C++ semantics
2008-12-12 Hans Baier* fixed memory management bugs for midi patchname handling
2008-12-11 Hans Baier* added myself to about.cc
2008-12-10 Hans Baier* make patch selection appear only when there are patch...
2008-12-09 Hans Baier* first working prototype of selecting instruments...
2008-12-08 Hans Baier* first primitive implementation of MidiPatchManager
2008-12-06 Hans Baier* completed MIDI::Name::MIDINameDocument and implemente...
2008-12-06 Hans Baier* changed all lists in midnam_patch.h to std::list
2008-12-06 Hans Baier* completed MIDI::Name::MasterDeviceNames and implement...
2008-12-06 Hans Baier* Added MIDI::Name::Note
2008-11-23 Hans Baier* Added support for ChannelNameSetAssignments (midnam_p...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-08-04 Hans Baier* first implementation of MIDI Clock Slave support
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-25 Hans Baier* splitted midi++/event.h in header and implementation