summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_tracer.cc
AgeCommit message (Expand)Author
2020-03-27NOOP: remove newlinesPaul Davis
2020-03-27display MIDI qtr msgs in the MIDI tracer windowPaul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-09-18new transport slave/master implementation, gui editionPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-29Fix midi tracer to show MSB too. (fixes #6566)Len Ovens
2015-02-10properly activating MIDI parsing for traced portsPaul Davis
2014-11-18remove cruftRobin Gareus
2014-11-18silence clang "dead assignment" warningsRobin Gareus
2013-10-03'gtk2_ardour' - Add namespaces + casting where necessary + general bits of 'c...John Emmas
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-14some const_cast<> additions for OS X where gcc believes that volatile int* me...Paul Davis
2013-08-13re-enable MIDI tracing for ARDOUR::MidiPortPaul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-02Send and Read MIDI Positions the right wayMichael Fisher
2013-08-02Merge branch 'master' into windowsPaul Davis
2013-08-02Human readable printing of MIDI Position messagesMichael Fisher
2013-07-13Include pbd/timersub.h for mingw buildPaul Davis
2013-07-13Include pbd/localtime_r.h for mingw buildPaul Davis
2012-02-06add delta-time option to MIDI tracer window. note that its not incredibly ac...Paul Davis
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-11-02Tweak spacing.Carl Hetherington
2011-09-26Use RCU for MIDI Manager's port list.Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-07-08Trim midi++ port code to either do in or out, but not both in the same object.Carl Hetherington
2010-07-07Trace MTC more nicely.Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-07-05Zero-pad MMC timecodes in MIDI traces.Carl Hetherington
2010-06-29More detail when tracing MMC.Carl Hetherington
2010-06-28Fix race causing MIDI tracer to stop working when master record state is chan...Carl Hetherington
2010-06-12MTC drift patch from robin gareus, plus two related cleanups to the tracer & ...Paul Davis
2010-05-15Fix some excessive search-and-replaces.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-15Use checkbuttons rather than togglebuttons the midi tracer as it seems more l...Carl Hetherington
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-02fixup some issues with the miditracerPaul Davis
2010-02-01improve efficiency of MIDI tracer window with a lock-free FIFO and lock-free ...Paul Davis
2010-01-06screw up MIDI control "automation" tracks quite a bit while trying to improve...Paul Davis