summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2008-09-26Fix audio region copy-drag, partially fix MIDI region copy-drag (thanks torbe...David Robillard
2008-09-23Eliminate a ton of unnecessary complete redrawing in MIDI stream views:David Robillard
2008-09-22Move event specific ringbuffer stuff to evoral.David Robillard
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Merge all the (disconcertingly missing) track/region/etc height changes from ...David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-09-14Fix events for MIDI region views (though coordinates seem to be a bit off).David Robillard
2008-09-14More gracefully handle type mismatch errors when doing playlist things (just ...David Robillard
2008-09-14Fix stacking of MIDI stream views to match that of audio.David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-05-22Make absurdly slow MIDI selection rectangle slightly less absurd.David Robillard
2008-05-22Fix MIDI selection/tool issues (issue #0002415 and other bugs).David Robillard
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-15Eliminate excessive allocation (for every event) during MidiModel iteration.David Robillard
2008-05-13* formattingHans Baier
2008-05-12* fixed various event size bugsHans Baier
2008-05-12Fix various MIDI corruption bugs.David Robillard
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-02* removed old implementation for Program Changes from MidiModelHans Baier
2008-05-02Fixes for GCC 4.3.David Robillard
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-21* fixed display bug: changing the height on tracks doesnt rescale CanvasHitsHans Baier
2008-04-21* UI fixes for track channel selectionHans Baier
2008-04-20* made notes whose channel is not selected in the track appear gray, see http...Hans Baier
2008-04-17* fixed missing get coordinate functions in CanvasHitHans 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-14* first working version of editing MIDI channels of individual notes, see: ht...Hans Baier
2008-04-11* persistent undo for MIDI edits works nowHans Baier
2008-04-08* removed possible memory leak / cause of crashes for midi editingHans Baier
2008-04-06* bugfix: creating notes not sample accurateHans Baier
2008-04-05* fixed broken note resizing and creation since region starts can be adjusted...Hans Baier
2008-04-05* Bugfix: resizing beginnings of MIDI regions did not work correctly (it shif...Hans Baier
2008-04-03* implemented editing velocities (http://tracker.ardour.org/view.php?id=2148)Hans Baier
2008-03-26hans' patches for MIDI note resizing++Paul Davis
2008-03-18refactor JACK MIDI port to allow writing from a non-process() thread, and mov...Paul Davis
2008-03-15Apply note resizing patch from hans.David Robillard
2008-03-12Clear selection in MidiRegionView::clear_events (can't select what isn't ther...David Robillard
2008-03-10Remove redundant MidiRegionView::start_remove_command.David Robillard
2008-02-25Fix selection issues.David Robillard
2008-02-22Clean up weird formatting from underlays patch.David Robillard
2008-02-21Fix key stealing on MIDI region views.David Robillard
2008-02-21Fix install path problems (s/ardour2/ardour3).David Robillard
2008-02-20Some work towards MIDI plugins (LV2 plugins with (MIDI supporting) event port...David Robillard