Optimize plugin-processing for non-automated params
[ardour.git] / libs / ardour / ardour / midi_buffer.h
2018-09-18 Paul Davisnew transport slave/master implementation, libs/ edition
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2016-12-03 David RobillardFix event type and parameter type confusion
2016-12-03 David RobillardRemove Evoral::MIDIEvent
2016-09-13 Paul Davischange offset arguments to various <T>Buffer::read...
2016-07-11 Robin Gareuslua MidiBuffer bindings
2014-12-18 David RobillardMIDI bounce.
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2014-10-23 Robin Gareusanother round of compiler warning fixes
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 GareusNOOP, re-indent & whitespace
2014-06-11 Robin Gareusprepare midi buffer API for midi-delaylines
2014-06-11 Robin Gareusfix midi buffer erase()
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-24 Colin FletcherMerge branch 'master' into export-dialog
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-02-03 Robin Gareusremove cruft - unused _size in audio-buffers
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-23 Paul Davisfix merge conflict with master
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-11 Paul Davisfix merge with master
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul Davisfix merge errors with master
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2013-12-28 Paul DavisMerge branch 'master' into cairocanvas
2013-12-27 Paul Davismerge exportvis branch into cairocanvas, to reduce...
2013-12-04 Paul DavisMerge branch 'master' into exportvis
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-10-18 John EmmasMerge remote-tracking branch 'remotes/origin/exportvis...
2013-10-17 Paul Davisadd export visibility macros across libardour
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-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-28 Paul DavisSquashed commit of the following:
2012-05-24 David RobillardCompile cleanly with clang.
2011-12-22 Paul Davismain fix: when transport stops, clear per-region per...
2011-12-01 Paul Davisprovide semantic ordering of simultaneous MIDI events...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-06 David RobillardFix my name :)
2011-03-05 Paul Davissome LV2 debug tracing, part two
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-22 Paul Davismake i18n build work ; add mackie dir back to build...
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-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-16 David RobillardRewrite Sequence::const_iterator.
2009-02-15 David RobillardUse nframes_t for timestamps of real (jack) time MIDI...
2009-02-03 Hans Baier* midi_event_size(uchar status): return size including...
2009-02-02 Hans Baier* added assertions to MidiBuffer::iterator_base in...
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...
2009-01-30 David RobillardUm... we can't use 128 bytes for every single MIDI...
2009-01-30 Hans Baier* enlage MidiBuffer size to 128 bytes to allow for...
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-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
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-07-28 David RobillardPlayback from MIDI model, playback of clicked-in events.
2007-07-20 David RobillardRemove random access interface from MidiBuffer, towards...
2007-07-20 David RobillardFix absolutely atrocious memory leak on MIDI recording...
2007-07-15 David RobillardSelection of visible note range (full range vs fit...
2007-07-06 David RobillardMidi CC automation sending (send points only, no linear...
2007-07-04 David RobillardAdd AutomationControl::parameter() for terseness.
2007-06-29 David RobillardReduce overhead of multi-type-ness (last Summer's SoC):
2007-06-29 David RobillardSeparate MidiBuffer and AudioBuffer into separate heade...