there is no remote model choice anymore - ordering is determined by the GUI
[ardour.git] / libs / ardour / ardour / smf_source.h
2008-05-23 David RobillardRemove pointless Byte typedef that didn't really match...
2008-05-16 David RobillardDon't create tracks for empty MIDI channels on import...
2008-05-06 Hans Baier* bugfix: SMFSource: track footer overwrote the last...
2008-05-03 David RobillardComment out excessive terminal output.
2008-04-19 Hans Baier* first prototype for track based channel selection...
2008-04-08 Hans Baier* fixed bug: MIDI region did not sound if its position...
2008-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
2008-02-21 David RobillardFix timing on MIDI import.
2008-02-18 David RobillardPreliminary (read: kludgey) MIDI import support.
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-09-06 David RobillardDeep "automation regions" support.
2007-08-16 David RobillardMake SMFSource suck significantly less.
2007-08-11 David RobillardSaving of edited MIDI data to disk (on session save).
2007-08-11 David RobillardFix MIDI file names on recording (don't write out a...
2007-07-15 David RobillardSelection of visible note range (full range vs fit...
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-06-09 David RobillardUse double MIDI timestamps (towards tempo based time...
2007-06-05 David RobillardSave MIDI files to interchange/sessionname/midifiles...
2007-06-03 David RobillardFix MIDI region loading.
2007-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-05-03 Paul Davisoptimize some performance bottlenecks; remove jack_nfra...
2006-09-19 David RobillardMerged with trunk R920.
2006-08-23 David Robillard- Fixes for some recording bugs
2006-08-21 David RobillardRecording to SMF. Playback not quite working yet,...
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-06-26 David RobillardActually added the code mentioned in my last commit...