fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / midi_ring_buffer.cc
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-06-12 Paul DavisWe were 2 more debug "bits" away from overflow, so...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-30 Robin Gareusnote to midi devs.
2015-03-30 Robin Gareusfix typo in skip/state-tracker
2015-03-24 David RobillardResolve only active notes when muted/non-soloed.
2015-03-12 Robin Gareuscont’d work on a16dd7c, fixes #6170
2014-12-20 David RobillardMaintain correct tracker state on MIDI overwrite.
2014-12-01 David RobillardClean up state tracking of raw MIDI.
2014-10-23 Robin Gareussmall round of compiler warning fixes
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-28 Paul DavisSquashed commit of the following:
2013-01-28 Paul Davisfix another semantically-significant statement buried...
2013-01-26 Paul Davisfix breakage for optimized build caused by semantically...
2013-01-19 David RobillardReplace a bunch of potential crashes with graceful...
2013-01-08 Paul Davistentative redesign of MIDI looping, will probably fix...
2012-06-18 Paul Davismake switching between input+disk monitoring work ...
2012-05-24 David RobillardCompile cleanly with clang.
2011-12-26 Paul Davisa grab bag of changes correcting and improving the...
2011-07-08 Paul Davisfix incorrect use of MidiBuffer::reserve() and MidiBuff...
2011-06-21 Paul Davischange default overlapping note strategy to "relax...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-29 Paul Davisdetect buffer "overflow" when delivering immediate...
2011-04-04 David RobillardFix broken whitespace (no functional changes).
2011-04-04 Paul Davisreimplement MidiRingBuffer::dump()
2011-03-26 Paul Davisremove Evoral::RingBuffer, which was (a) duplicating...
2011-01-10 Carl HetheringtonMake a couple of bits of debug conditional to avoid...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-09-23 Carl HetheringtonFix assert. Remove some debug output.
2010-08-13 Carl HetheringtonHopefully fix dropped MIDI notes on loop. Fixes #3133.
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2010-06-08 Carl HetheringtonSmall cleanup.
2010-06-08 Carl HetheringtonUpdate ring buffer read pointer correctly in case of...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2009-12-20 Paul Davisremove a couple of boost::signals2 trouble spots; fix...
2009-10-25 Paul Davismake per-region note-tracking in MidiPlaylist work...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-21 Paul Davis(full commit): fix MIDI playback by not writing into...
2009-09-16 Paul Davisdo not allow smf_source's reads to stomp on cached...
2009-09-14 Paul Davisfix up marshall/unmarshall of note data for MidiModel...
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-05-05 David RobillardFix crash when playing back MIDI within a loop.
2009-05-01 David RobillardFix MIDI playback.
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-02 David RobillardDisable excessive console output (please comment this...
2009-02-02 Hans Baier* fix misleading/wrong comment
2009-02-02 Hans Baier* debugging output
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-12-27 David RobillardFix immediate event delivery (panic button, controller...
2008-12-27 David RobillardMove MidiRingBuffer::read into .cc file to avoid the...