NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / ardour / midi_state_tracker.cc
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-01-07 David RobillardMusicalTime => Beats.
2014-12-17 David RobillardFix various MIDI locking issues.
2014-12-01 David RobillardClean up state tracking of raw MIDI.
2014-11-22 David RobillardWrap MusicalTime in a class.
2014-11-20 David RobillardReduce unnecessary non-const MIDI buffer access.
2014-11-20 David RobillardClean up some MIDI code.
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2013-01-08 Paul Davistentative redesign of MIDI looping, will probably fix...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-15 Carl HetheringtonA few tweaks to make Ardour build in GCC -std=c++0x...
2011-12-26 Paul Davisa grab bag of changes correcting and improving the...
2011-12-23 Paul Davisremove overly-floodish debug message from MidiTrackers...
2011-12-22 Paul Davismain fix: when transport stops, clear per-region per...
2011-12-14 Paul Davissend sustain=off and all-notes-off when a MIDI track...
2010-12-20 David RobillardFix more broken whitespace.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2010-03-28 Paul Davisfix bug in MidiStateTracker::resolve_notes() involving...
2009-10-24 Paul Davis(FULL commit) start of a nominal debug tracing system...
2009-10-21 David RobillardDisable excessive debug printing.
2009-10-19 Paul Davistrack notes at the region level in MidiPlaylist; resolv...
2009-10-14 Paul Davis(1) silence non-process FIFO message (2) move MIDI...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-11 Paul Davistrack note on/off and send appropriate note offs at...
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-02-01 David RobillardRemoved fixed/maximum event size assumption/limitation...
2008-10-10 David RobillardAdd missing files.