Merge branch 'master' into windows
[ardour.git] / libs / ardour / ardour / midi_buffer.h
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...