enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / libs / ardour / midi_ui.cc
2013-07-13 Paul DavisDisable non-realtime midi ports in windows build -...
2012-05-14 Paul Davisremove virtual inheritance of sigc::trackable by Receiv...
2012-04-25 Paul DavisMCP: dynamic ipMIDI ports, more default key bindings...
2012-04-24 Paul Davisrevert previous commit
2012-04-24 Paul Davisdebugging: stop MidiControlUI from actually executing...
2012-04-24 Paul Daviseventloop and abstractui debugging, lots more commentin...
2012-04-24 Paul Davisremove various debugging output
2012-04-24 Paul Davisadd support for IP MIDI (multicast MIDI over IP UDP...
2012-04-11 Paul Davisremove debugging output, and fix MCP to use MISSING_INV...
2012-04-10 Paul Davisgive MackieControlProtocol its own thread and make...
2012-04-10 Paul Davisadd "centrally-parsed" property to MIDI::Port so that...
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...