replace final(?) incidences of program name (ardour, Ardour) with PROGRAM_NAME (thank...
[ardour.git] / libs / midi++2 /
2013-01-27 David RobillardDefault to "7bit" controller type if missing, as per...
2013-01-20 David RobillardFix compilation with --test.
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 RobillardSupport loading MIDI note names in NoteGroup tags as...
2013-01-20 David RobillardAdd General MIDI drum note names and patch names.
2013-01-20 David RobillardFix MIDI note number off by one error.
2013-01-20 David RobillardFix midnam warning messages.
2013-01-20 David RobillardSupport note names from midnam files (tested with the...
2013-01-19 David RobillardSet MIDI device mode to the first by default if unset.
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 Paul Davisadd copyright comments
2013-01-16 David RobillardPreliminary support for named MIDI controllers via...
2013-01-04 Robin Gareusmerge Marcel Bonnet's patches for Free-BSD
2012-12-11 Paul Davisfix uninitialized variable causing error delivering...
2012-12-03 Paul Davisdo not try to write from JackMIDIPort::write() if we...
2012-10-29 Paul Davisyet another fix for complaints from OS X gcc about...
2012-10-09 Hans Baieradd missing unit test runner shell script for midi++
2012-10-09 Hans Baierfix insidious bugs in midnam_patch.cc which account...
2012-10-09 Hans BaierAdd patchfile for Yamaha PSR-S900, add unit test for...
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-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
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-03 Carl HetheringtonLook in the UsesPatchNameList for the name rather than
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-05-27 Paul DavisMIDI::Port::(get|set)_state() should be virtual, so...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-24 David RobillardCompile cleanly with clang.
2012-05-02 Paul Davismore fixes/tweaks from the land of the lion
2012-04-30 Paul Davisfix up some const-ness issues starting from Evoral...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-24 Paul Daviseventloop and abstractui debugging, lots more commentin...
2012-04-24 Paul DavisipMIDI: typo
2012-04-24 Paul DavisipMIDI: credit where credit is due
2012-04-24 Paul Davisadd support for IP MIDI (multicast MIDI over IP UDP...
2012-04-23 Paul Davislibmidi++: fix a bunch of issues with previous commit
2012-04-23 Paul Davislibmidi++: split apart "base-y" aspects of MIDI::Port...
2012-04-11 Carl HetheringtonRemove some unused parameters.
2012-04-10 Paul Davisadd "centrally-parsed" property to MIDI::Port so that...
2012-03-20 Paul Davisa lot of tweaking and fixing for the MIDNAM parsing...
2012-02-06 Paul Davisattempt to stop sending MMC/MTC while exporting or...
2012-02-06 Paul Davisfix bug in MidiClock that sent MIDI Clock messages...
2011-12-15 Carl HetheringtonAdd basic test of playlist layering.
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-29 David RobillardRemove use of waf compat15 tool.
2011-09-29 David RobillardUpgrade to waf 1.6.7 and autowaf r52.
2011-09-26 Carl HetheringtonCorrect signal handling for previous commit.
2011-09-26 Carl HetheringtonDelete MIDI port objects when the MackieControlProtocol...
2011-09-26 Carl HetheringtonUse RCU for MIDI Manager's port list.
2011-04-22 David RobillardFix Python whitespace (follow PEP8 guidelines, reformat...
2011-04-06 David RobillardFix my name :)
2011-04-04 Carl HetheringtonUpdate region peak amplitude when the region is trimmed...
2011-03-16 David RobillardIndent python files with spaces as per style guide.
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-13 David RobillardEliminate circular dependency kludge for control_protoc...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-10-27 Carl Hetheringtonassert() which catches one source of crashes on startup...
2010-10-14 Paul Davisdelete, not comment, for the last commit
2010-10-14 Paul Davisdo not attempt to clear a (JACK) MIDI port buffer after...
2010-08-01 Carl HetheringtonPut MIDI sync ports in the Ardour tab of the port matrix.
2010-07-29 Carl HetheringtonFix startup of the mackie surface code.
2010-07-26 Paul Davispart two of: don't crash during startup with no config...
2010-07-25 Carl HetheringtonPatch from petem to initialise inbound MMC device ID...
2010-07-08 Carl HetheringtonMove MIDI control port ownership into the MIDI Manager...
2010-07-08 Carl HetheringtonTrim midi++ port code to either do in or out, but not...
2010-07-07 Carl HetheringtonSetup fixed ports for MIDI control data; hence remove...
2010-07-06 Carl HetheringtonRemove file that should have gone earlier.
2010-07-06 Carl HetheringtonRemove MMC thread protection which is pointless now...
2010-07-06 Carl HetheringtonRemove non-JACK midi++ ports.
2010-07-05 Paul Davisrequire jack 0.118.2 for weakjack.h
2010-07-05 Carl HetheringtonReestablish libmidi++ JACK ports on jack reconnection...
2010-07-05 Carl HetheringtonPrevent assertion failure if _jack_output_port is 0...
2010-07-03 Carl HetheringtonFix up my previous buggy MMC cleanup.
2010-07-01 Paul Davisfix gcc4.4 compile warnings
2010-06-29 Carl HetheringtonFix comment
2010-06-29 Carl HetheringtonRestore MMC registers.
2010-06-29 Carl HetheringtonClean up MMC transmission a bit, and make sure that...
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2010-06-03 Paul Davismodified version of a patch from robin gareus to avoid...
2010-05-15 Carl HetheringtonFix some excessive search-and-replaces.
2010-04-02 Paul Davisremove PBD::Connection (replace use with PBD::ScopedCon...
2010-02-19 David RobillardFix MIDI command names smashed by overzealous sedding.
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-01 Paul Davisfix up boost signal return value so that the "edit...
2010-01-27 Paul Davisremove some non-controllable debugging output from...
2010-01-27 Paul Davissomething for chris g. to try when he gets up before me
2010-01-27 Paul Davismore debug
2010-01-26 Paul Davisdebugging
2010-01-04 Paul Davisfix my usual geometric/geographic dyslexia w.r.t jack...
2009-12-30 Paul Davisfix crash caused by closing down JACK but not telling...
2009-12-29 Paul Daviseditors for control protocols (generalized); editor...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
next