* Add SysEx Support to MidiModel / SMF
[ardour.git] / libs / ardour / midi_region.cc
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-03 David RobillardComment out excessive terminal output.
2008-04-08 Hans Baier* fixed bug: MIDI region did not sound if its position...
2008-04-05 Hans Baier* Bugfix: resizing beginnings of MIDI regions did not...
2008-02-19 David RobillardMerge with 2.0-ongoing R3082.
2008-02-02 David RobillardMerge with trunk R2978.
2007-11-08 Paul Davismerged with 2.0-ongoing changes 2582-2605 (not thorough...
2007-08-11 David RobillardSaving of edited MIDI data to disk (on session save).
2007-07-28 David RobillardUse 'show contents' note range by default (fix uninitia...
2007-06-03 David RobillardFix MIDI region loading.
2007-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
2007-05-21 Paul Davisvirtualize audioregion, make crossfade IS-A audioregion
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2007-05-01 Paul Davisinitial fixes to get build to work without new JACK...
2007-01-28 David RobillardMerged with trunk R1393.
2006-11-19 David RobillardMerged with trunk R1141
2006-10-26 David RobillardMerged with trunk R1010
2006-10-21 David RobillardMerged with trunk R999.
2006-10-21 David RobillardMerged with trunk R992.
2006-08-31 David Robillard- Fixed port adding/removing/connecting and related...
2006-08-29 David RobillardMerged with trunk R861
2006-08-23 David Robillard- Fixes for some recording bugs
2006-08-21 David RobillardRecording to SMF. Playback not quite working yet,...
2006-08-16 David RobillardProgress on the disk side of things:
2006-08-14 David RobillardMore solid "fake" recording and serialization
2006-08-14 David Robillard- MIDI "recording" - rec region creation/drawing, actua...
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-07-23 David RobillardSplit pretty much the entire GUI in 3. Audio and Midi...
2006-07-19 David RobillardWork towards removal of Session's Diskstream list.
2006-06-26 David RobillardActually added the code mentioned in my last commit...