summaryrefslogtreecommitdiff
path: root/libs/ardour/midi_model.cc
AgeCommit message (Expand)Author
2008-05-16Fix invalid error message during MIDI recording (or files with stuck notes).David Robillard
2008-05-16Tidy up MIDI debugging output.David Robillard
2008-05-16Fix crash on out of range MIDI events (though this shouldn't be possible at a...David Robillard
2008-05-15Re-comment-out MIDI iteration debug prints (oops).David Robillard
2008-05-15Fix silly bugs introduced in previous commit.David Robillard
2008-05-15Eliminate excessive allocation (for every event) during MidiModel iteration.David Robillard
2008-05-13* formattingHans Baier
2008-05-13Fix event allocation issues with MidiModel iteration.David Robillard
2008-05-12Remove junk from MidiModel::write_toDavid Robillard
2008-05-12* Quick Fix: assertion converted into warning in MidiModel::write_toHans Baier
2008-05-12* fixed various event size bugsHans Baier
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-05-11* disabled some debugging outputHans Baier
2008-05-11* Added a couple of guards to prevent MIDI::Events with NULL buffers to enter...Hans Baier
2008-05-09* formatting/style guideHans Baier
2008-05-09* adjusted formatting a bit to style guideHans Baier
2008-05-08* fixed some valgrind issues (uninitialized instance vars)Hans Baier
2008-05-06* fixed crash bug in MidiModel::const_iterator::operator=: copied iterator fr...Hans Baier
2008-05-06* fixed crash bug in MidiModel::const_iterator::operator++Hans Baier
2008-05-06* enabled some debugging output :|Hans Baier
2008-05-06* fixed end of track at beginning-problem when writing MIDI files (also the E...Hans Baier
2008-05-03Comment out excessive terminal output.David Robillard
2008-05-03Fix midi_model.cc formatting.David Robillard
2008-05-03Typo.David Robillard
2008-05-03* MidiModel::const_iterator::operator++: added AUTOMATION typeHans Baier
2008-05-02Fix range problems for pitch wheel controller.David Robillard
2008-05-02Fix several crashes on MIDI recording.David Robillard
2008-05-02* removed old implementation for Program Changes from MidiModelHans Baier
2008-04-29* renamed canvas-midi-event.* into canvas-note-event.*Hans Baier
2008-04-29* Renamed CanvasMidiEvent into CanvasNoteEvent Hans Baier
2008-04-29* first prototype of program changes UI show up correctly (see http://www.fli...Hans Baier
2008-04-26* recording/playing/saving/loading program changes basically seems to work nowHans Baier
2008-04-24* preliminary impl for PGM Change support in MidiModelHans Baier
2008-04-23* refactored MidiControlIterator to improve readability of codeHans Baier
2008-04-16* bugfix in midi editing: adding notes impossible after deleteHans Baier
2008-04-15* fixed bug: crash because of invalidated iterator while removing midi notes ...Hans Baier
2008-04-11* persistent undo for MIDI edits works nowHans Baier
2008-04-10* refactored (un)marshalling of DeltaCommand into cleaner code using sigcHans Baier
2008-04-09* implemented persistent undo for MidiModel::DeltaCommand. Deserializing work...Hans Baier
2008-04-08* fixed bug: MIDI region did not sound if its position was less than its star...Hans Baier
2008-04-03* implemented editing velocities (http://tracker.ardour.org/view.php?id=2148)Hans Baier
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis
2008-02-21Fix timing on MIDI import.David Robillard
2008-02-19Less crash-happy MIDI reading on weird MIDI files.David Robillard
2008-02-19'Channel safe' MIDI:David Robillard
2008-02-18Channel-aware note recording in MidiModel (i.e. multi-channel note input does...David Robillard
2008-02-18Preliminary (read: kludgey) MIDI import support.David Robillard
2007-10-14Fix displaying of notes in auto-created MIDI region when it's the first regio...David Robillard
2007-10-07Fix several MIDI timestamp related problems:David Robillard
2007-09-10Fix crash on playhead relocate in MIDI regions w/o CC data.David Robillard