fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / midi_buffer.cc
2016-07-11 Robin Gareuslua MidiBuffer bindings
2015-11-29 Robin Gareusfix seamless midi-looping - fixes #5438
2015-10-09 Paul Davistweaks to MidiBuffer::push_back() variants
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-07-16 Ben Loftismerge fix
2015-06-29 Greg Zharun[Summary] Added correct memory alignment for Windows...
2015-06-12 Paul DavisWe were 2 more debug "bits" away from overflow, so...
2014-12-18 David RobillardMIDI bounce.
2014-10-23 Robin Gareussmall round of compiler warning fixes
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-11 Robin Gareusprepare midi buffer API for midi-delaylines
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-08 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-11-30 Paul Davisfix merge with master
2013-11-30 Paul Davismerge and resolve conflict with master
2013-11-30 Paul Davisfix up a bunch of confusion regarding the size/capacity...
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-08 Paul Davisrationalize (a bit) engine start/stop/restart so that...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-07-24 Paul Davispart-way through getting the audioengine changes to...
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-23 Julien de KozakFix some compilation warnings
2012-04-11 Carl HetheringtonAdd thought-to-be-missing break (#4819).
2011-12-22 Paul Davismain fix: when transport stops, clear per-region per...
2011-12-21 Paul Davisremove extraneous debugging output from MidiBuffer...
2011-12-21 Paul Davisreorganize MidiBuffer::merge_in_place() to cover the...
2011-12-21 Paul Davislikely fix for crash in MidiBuffer::merge_in_place...
2011-12-21 Paul Davismerge-in-place debugging (to be removed later)
2011-12-13 Paul Davismore fun and games with meter and the tempo map: rename...
2011-12-01 Paul Davisprovide semantic ordering of simultaneous MIDI events...
2011-11-29 Paul Davistemporarily revert change that might be causing an...
2011-11-22 Paul Davisfix mis-ordering of MIDI events when merging MidiBuffer...
2011-11-21 Paul Davis#ifdef out some expensive code from midibuffer merging...
2011-04-06 David RobillardFix my name :)
2011-03-15 David RobillardFix more broken whitespace.
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-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-06-09 Paul Davisbasically, fix all kinds of odds and ends with MIDI...
2009-10-22 David RobillardFix MidiBuffer::merge_in_place and add aggressive corre...
2009-10-21 David RobillardFix MIDI thru, though why this is any different from...
2009-10-20 David RobillardImplement out-of-place MidiBuffer::merge.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-25 Paul Davisimplement MidiBuffer::merge_in_place() and use to suppo...
2009-09-16 Paul Davisdo not allow smf_source's reads to stomp on cached...
2009-08-28 Paul Davismore MIDI editing tweaks ; flip mouse mode buttons...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-06-16 Paul Davisfirst pass (ok, third really) at internal send+return...
2009-06-09 Carl HetheringtonRemove aliased _size member.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-05-01 David RobillardFix MIDI playback.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-16 David RobillardGracefully ignore illegal MIDI events at the buffer...
2009-02-11 David Robillardverbosity--
2009-02-02 Hans Baier* fixed crash: MidiBuffer::reserve returned wrong write...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-02-01 David RobillardRemoved fixed/maximum event size assumption/limitation...
2009-02-01 David RobillardTemplateify MidiBuffer iterators (avoid code duplicatio...
2008-12-29 Sakari BergenFix some compiling warnings and errors in OS X
2008-12-27 David RobillardFix immediate event delivery (panic button, controller...
2008-10-10 David RobillardApply MIDI looping patch from torbenh, with minor changes.
2008-10-08 Paul Davistorben's port buffer reworking; torben's panner automat...
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-23 David RobillardRemove pointless Byte typedef that didn't really match...
2008-05-15 David RobillardEliminate excessive allocation (for every event) during...
2008-05-12 David RobillardFix various MIDI corruption bugs.
2008-04-22 Hans Baier* disabled some debugging output
2008-04-03 Hans Baier* implemented editing velocities (tracker.ardour.org...
2008-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-10-31 Paul Davisnew port design, probably about 90% done (i.e it mostly...
2007-10-17 Paul Davisnew internal port type, round I, plus tiny fix for...
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-08-31 David RobillardReading of MIDI CC from MIDI regions (MidiModel). ...
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-07-28 David RobillardPlayback from MIDI model, playback of clicked-in events.
2007-07-06 David RobillardMidi CC automation sending (send points only, no linear...