Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-faq-lite...
[ardour.git] / libs / ardour / midi_model.cc
2008-12-11 Hans Baier* added myself to about.cc
2008-10-05 David RobillardNormalize XML property name style, preserving old sessi...
2008-09-27 Paul Davisrobustify MidiModel::unmarshal_note()
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
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-24 Sakari BergenChanged Byte to uint8_t in some files (left out from...
2008-05-23 Hans Baier* added midnam test file for xpath
2008-05-23 Hans Baier* fixed: wrong conversion from double for pitch bender...
2008-05-23 Hans Baier*fix the bugfix: Input and Output Ports exchanged in...
2008-05-22 David RobillardFix corrupt MIDI file writing when meta events are...
2008-05-22 David RobillardFix MIDI selection/tool issues (issue #0002415 and...
2008-05-21 Hans Baier* bugfix: Inputs and Outputs swapped in the Track/Bus...
2008-05-21 David RobillardSeparate audio and MIDI disk buffer size (and track...
2008-05-16 Hans Baier* fix out of range MIDI event detection
2008-05-16 David RobillardFix out of range MIDI event error detection (duuuhhhhh).
2008-05-16 David RobillardFix invalid error message during MIDI recording (or...
2008-05-16 David RobillardTidy up MIDI debugging output.
2008-05-16 David RobillardFix crash on out of range MIDI events (though this...
2008-05-15 David RobillardRe-comment-out MIDI iteration debug prints (oops).
2008-05-15 David RobillardFix silly bugs introduced in previous commit.
2008-05-15 David RobillardEliminate excessive allocation (for every event) during...
2008-05-13 Hans Baier* formatting
2008-05-13 David RobillardFix event allocation issues with MidiModel iteration.
2008-05-12 David RobillardRemove junk from MidiModel::write_to
2008-05-12 Hans Baier* Quick Fix: assertion converted into warning in MidiMo...
2008-05-12 Hans Baier* fixed various event size bugs
2008-05-12 David RobillardFix various MIDI corruption bugs.
2008-05-11 Hans Baier* disabled some debugging output
2008-05-11 Hans Baier* Added a couple of guards to prevent MIDI::Events...
2008-05-09 Hans Baier* formatting/style guide
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* fixed crash bug in MidiModel::const_iterator::operato...
2008-05-06 Hans Baier* fixed crash bug in MidiModel::const_iterator::operator++
2008-05-06 Hans Baier* enabled some debugging output :|
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 David RobillardFix midi_model.cc formatting.
2008-05-03 David RobillardTypo.
2008-05-03 Hans Baier* MidiModel::const_iterator::operator++: added AUTOMATI...
2008-05-02 David RobillardFix range problems for pitch wheel controller.
2008-05-02 David RobillardFix several crashes on MIDI recording.
2008-05-02 Hans Baier* removed old implementation for Program Changes from...
2008-04-29 Hans Baier* renamed canvas-midi-event.* into canvas-note-event.*
2008-04-29 Hans Baier* Renamed CanvasMidiEvent into CanvasNoteEvent
2008-04-29 Hans Baier* first prototype of program changes UI show up correct...
2008-04-26 Hans Baier* recording/playing/saving/loading program changes...
2008-04-24 Hans Baier* preliminary impl for PGM Change support in MidiModel
2008-04-23 Hans Baier* refactored MidiControlIterator to improve readability...
2008-04-16 Hans Baier* bugfix in midi editing: adding notes impossible after...
2008-04-15 Hans Baier* fixed bug: crash because of invalidated iterator...
2008-04-11 Hans Baier* persistent undo for MIDI edits works now
2008-04-10 Hans Baier* refactored (un)marshalling of DeltaCommand into clean...
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-21 David RobillardFix timing on MIDI import.
2008-02-19 David RobillardLess crash-happy MIDI reading on weird MIDI files.
2008-02-19 David Robillard'Channel safe' MIDI:
2008-02-18 David RobillardChannel-aware note recording in MidiModel (i.e. multi...
2008-02-18 David RobillardPreliminary (read: kludgey) MIDI import support.
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-10 David RobillardFix crash on playhead relocate in MIDI regions w/o...
2007-09-10 David RobillardFix note separator lines adaptation to changing track...
2007-09-06 David RobillardDeep "automation regions" support.
2007-08-31 David RobillardReading of MIDI CC from MIDI regions (MidiModel). ...
2007-08-28 David RobillardSplit MidiModel::Note out to ARDOUR::Note in it's own...
2007-08-17 David RobillardPer-region MIDI CC "automation".
2007-08-16 David RobillardMake SMFSource suck significantly less.
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-07 David RobillardFix note-offs during playback from model.
2007-08-02 David RobillardLittle MidiEvent prettification additions, ifdef'd...
2007-08-02 David Robillard... commit in top level instead of gtk2_ardour. whoops.
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-07-30 David RobillardBasic canvas note event handling framework.
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 RobillardTrimmed some code by removing silly Java-isms.
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-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-03 David RobillardFix MIDI region loading.
2007-06-02 David RobillardFix vertical order of MIDI notes.
2007-06-01 David RobillardPreliminary visible MIDI notes in MidiRegionView.