* MIDI control lanes: Set Interpolationtype according to Parameter
[ardour.git] / libs / ardour / smf_source.cc
2009-01-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2008-10-13 David RobillardFix pollution of global namespace by Evoral.
2008-09-30 David RobillardMove midi_util.h.
2008-09-30 David RobillardSeparate low level details of SMF reading/writing from...
2008-09-23 David RobillardFix merge regression: use TempoLines class instead...
2008-09-22 David RobillardFix loading midi controller data.
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-22 David RobillardFix corrupt MIDI file writing when meta events are...
2008-05-22 David RobillardFix source/region length on MIDI import.
2008-05-16 David RobillardDon't create tracks for empty MIDI channels on import...
2008-05-12 Hans Baier* Quick Fix: assertion converted into warning in MidiMo...
2008-05-12 David RobillardFix various MIDI corruption bugs.
2008-05-09 Hans Baier* adjusted formatting a bit to style guide
2008-05-08 Hans Baier* fixed some valgrind issues (uninitialized instance...
2008-05-06 Hans Baier* enabled some debugging output :|
2008-05-06 Hans Baier* bugfix: SMFSource: track footer at beginning of track...
2008-05-06 Hans Baier* bugfix: SMFSource: track footer overwrote the last...
2008-05-06 Hans Baier* fixed end of track at beginning-problem when writing...
2008-05-03 David RobillardComment out excessive terminal output.
2008-05-03 Hans Baier* MidiModel::const_iterator::operator++: added AUTOMATI...
2008-04-26 Hans Baier* recording/playing/saving/loading program changes...
2008-04-19 Hans Baier* first prototype for track based channel selection...
2008-04-16 Hans Baier* bugfix in midi editing: adding notes impossible after...
2008-04-11 Hans Baier* persistent undo for MIDI edits works now
2008-04-09 Hans Baier* implemented persistent undo for MidiModel::DeltaComma...
2008-04-08 Hans Baier* fixed bug: MIDI region did not sound if its position...
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-02-22 David RobillardRemove SMF file name print for every opened source.
2008-02-21 David RobillardFix timing on MIDI import.
2008-02-19 David RobillardLess crash-happy MIDI reading on weird MIDI files.
2008-02-18 David RobillardChannel-aware note recording in MidiModel (i.e. multi...
2008-02-18 David RobillardPreliminary (read: kludgey) MIDI import support.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-09-06 David RobillardDeep "automation regions" support.
2007-08-28 David RobillardSplit MidiModel::Note out to ARDOUR::Note in it's own...
2007-08-16 David RobillardMake SMFSource suck significantly less.
2007-08-13 David RobillardRemove excessive SMF "Wrote EOT" printing.
2007-08-13 David RobillardFix (edited) MIDI saving restoring (restore note offs...
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-08-01 David RobillardFix note delete crash bug.
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-07-31 David RobillardGet MidiRegionView's hands on MidiModel for editing...
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-20 David RobillardAdded Note tool to Keymouse Actions menu and gave it...
2007-07-17 David RobillardMidi pencil undo (not yet serializable).
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 RobillardRedraw MIDI region views on zoom and track height changes.
2007-06-09 David RobillardUse double MIDI timestamps (towards tempo based time...
2007-06-08 David RobillardFix time skew after MIDI recording (added missing conve...
2007-06-07 David RobillardWrite MIDI files to interchange/sessionname/midifiles...
2007-06-07 David RobillardFixed MIDI crash bug.
2007-06-06 David RobillardFix MIDI session path problems (thanks timbyr).
2007-06-05 David RobillardSave MIDI files to interchange/sessionname/midifiles...
2007-06-03 David RobillardFix MIDI region loading.
2007-06-01 David RobillardPreliminary visible MIDI notes in MidiRegionView.
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...
2007-01-09 David RobillardMerged with trunk R1283.
2006-10-26 David RobillardMerged with trunk R1010
2006-09-19 David RobillardMerged with trunk R920.
2006-08-31 David RobillardMerged with trunk R874.
2006-08-31 David Robillard- Fixed port adding/removing/connecting and related...
2006-08-29 David RobillardMerged with trunk R861
2006-08-24 David RobillardMerged with trunk R846
2006-08-23 David Robillard- Fixes for some recording bugs
2006-08-22 David RobillardFixes for writing compliant SMF files
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...