summaryrefslogtreecommitdiff
path: root/libs/midi++2/parser.cc
AgeCommit message (Expand)Author
2019-11-21Use new boost::optional APIRobin Gareus
2019-09-18NO-OP: fix some Wimplicit-fallthroughRobin Gareus
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2018-09-27change type of MIDI::Parser::position signal to include timestampPaul Davis
2018-09-18new transport slave/master implementation, libs/ editionPaul Davis
2018-07-04ignore system reset messages entirely in the MIDI parserPaul Davis
2016-02-22Spelling correction patch from DebianAdrian Knoth
2015-11-24get faderport i/o working, basics of identifying control activityPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-02-12correct delete/free messPaul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-07-25'libs/midi++2' - Modify to be buildable with MSVCJohn Emmas
2012-04-24add support for IP MIDI (multicast MIDI over IP UDP sockets) to ardour and us...Paul Davis
2012-04-23libmidi++: split apart "base-y" aspects of MIDI::Port into MIDI::PortBase and...Paul Davis
2010-07-01fix gcc4.4 compile warningsPaul Davis
2010-05-15Fix some excessive search-and-replaces.Carl Hetherington
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-01fix up boost signal return value so that the "edit" signal of MIDI::Parser wo...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-01generalize hans' midi_clock_timestamp to be a general timestamp for incoming ...Paul Davis
2009-09-15Normalise names of .cc and .h files.Carl Hetherington