summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
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
2007-08-04Line up percussion hits correctly.David Robillard
2007-08-04Obey snap setting for MIDI stuff.David Robillard
2007-08-04Moved note height/range/etc stuff from MidiRegionView to MidiStreamView, sinc...David Robillard
2007-08-04Switched to right mouse button for note adding.David Robillard
2007-08-02Functional note moving.David Robillard
2007-08-02Snap note dragging vertically to note values (rows).David Robillard
2007-08-01Fix note delete crash bug.David Robillard
2007-08-01Note deleting.David Robillard
2007-08-01Better MidiModel command framework, ready to go for all your canvas editing n...David Robillard
2007-07-31Get MidiRegionView's hands on MidiModel for editing operations to come.David Robillard
2007-07-30fix some aspects of midi region view event handlingPaul Davis
2007-07-30Basic canvas note event handling framework.David Robillard
2007-07-28Use 'show contents' note range by default (fix uninitialized value).David Robillard
2007-07-28Playback from MIDI model, playback of clicked-in events.David Robillard
2007-07-19Note canvas event handling testing stuff.David Robillard
2007-07-17Midi pencil undo (not yet serializable).David Robillard
2007-07-15Selection of visible note range (full range vs fit contents, selectable from ...David Robillard
2007-07-07Note modes: note, percussion.David Robillard
2007-07-05Scale MIDI track vertical range to match widgest range of notes in child regi...David Robillard
2007-06-27Added dialog to allow adding any Midi CC track.David Robillard
2007-06-09Redraw MIDI region views on zoom and track height changes.David Robillard
2007-06-09Use double MIDI timestamps (towards tempo based time, and more-than-sample-ac...David Robillard
2007-06-08Fix time skew after MIDI recording (added missing conversion from delta time ...David Robillard
2007-06-07Fixed MIDI crash bug.David Robillard
2007-06-05Save MIDI files to interchange/sessionname/midifiles (instead of audiofiles).David Robillard
2007-06-03Fix MIDI region loading.David Robillard
2007-06-02Fix note heights to be consistent.David Robillard