make i18n build work ; add mackie dir back to build ; token work on amp for MIDI...
[ardour.git] / libs / ardour / ardour / midi_buffer.h
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...