fix a few dangling uses of Ardour as program name, in favor of PROGRAM_NAME
[ardour.git] / libs / ardour / midi_ui.cc
2011-09-26 Carl HetheringtonUse RCU for MIDI Manager's port list.
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2010-12-11 Carl HetheringtonFix a few tiny memory leaks.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-08-26 Paul Davissome (unfinished) work on incorporating Ben's rev 6919...
2010-07-06 Carl HetheringtonRemove non-JACK midi++ ports.
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2009-12-28 Paul DavisMIDI binding maps make their debut
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-09 Paul DavisOSC is now driven by an event loop; fix up lifetime...
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...