*** NEW CODING POLICY ***
[ardour.git] / libs / ardour / midi_buffer.cc
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...