summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
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
2008-02-10Committed underlay support (from Audun).David Robillard
2008-01-15Fix problem with notes occasionally not showing up at all.David Robillard
2008-01-13Apply MIDI keyboard and "scroomer" patch.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-10-04Merge the two separate 'add notes to midi region' interfaces (note and midiev...David Robillard
2007-09-06Deep "automation regions" support.David Robillard
2007-08-31Fix CC region view length.David Robillard
2007-08-28Split MidiModel::Note out to ARDOUR::Note in it's own file (midi_model.h was ...David Robillard
2007-08-17Per-region MIDI CC "automation".David Robillard
2007-08-16Make SMFSource suck significantly less.David Robillard
2007-08-11Saving of edited MIDI data to disk (on session save).David Robillard
2007-08-10Fix some evil "tabs".David Robillard
2007-08-10Touch select (hold left <Shift> or <Control>).David Robillard
2007-08-10Remove excessive printing during note dragging.David Robillard
2007-08-09Fix rect select to work in all directions.David Robillard
2007-08-09Make MIDI tools actually do something. Sorta. Sometimes.David Robillard
2007-08-08First appearance of MIDI edit tool bar. Toggles when delete held, but otherw...David Robillard
2007-08-08Multi-note (ie selection) dragging.David Robillard
2007-08-07Ridiculously CPU-chewey rect select (for sustained notes only ATM).David Robillard
2007-08-06Genericificationalizeified AudioFilter (now Filter).David Robillard
2007-08-06Brought back visual indication of delete dragging.David Robillard
2007-08-05Clear selection when clicking region background (usual HiGgey stuff).David Robillard
2007-08-05Selection deleting.David Robillard
2007-08-05Note selection via clicking (including multi-note selection via ctrl/shift cl...David Robillard
2007-08-04Theme-ified MIDI note colours, implemented automagic crossfading thereof.David Robillard