Factor out sequencing related things into an independant new library: "evoral".
[ardour.git] / gtk2_ardour / midi_region_view.h
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-05-22 David RobillardFix MIDI selection/tool issues (issue #0002415 and...
2008-05-12 David RobillardFix various MIDI corruption bugs.
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-21 Hans Baier* UI fixes for track channel selection
2008-04-20 Hans Baier* made notes whose channel is not selected in the track...
2008-04-14 Hans Baier* first working version of editing MIDI channels of...
2008-04-11 Hans Baier* persistent undo for MIDI edits works now
2008-04-08 Hans Baier* removed possible memory leak / cause of crashes for...
2008-04-06 Hans Baier* bugfix: creating notes not sample accurate
2008-04-05 Hans Baier* fixed broken note resizing and creation since region...
2008-04-03 Hans Baier* implemented editing velocities (tracker.ardour.org...
2008-03-26 Paul Davishans' patches for MIDI note resizing++
2008-03-15 David RobillardApply note resizing patch from hans.
2008-03-10 David RobillardRemove redundant MidiRegionView::start_remove_command.
2008-02-10 David RobillardCommitted underlay support (from Audun).
2008-01-13 David RobillardApply MIDI keyboard and "scroomer" patch.
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-04 David RobillardMerge the two separate 'add notes to midi region' inter...
2007-08-31 David RobillardFix CC region view length.
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-11 David RobillardSaving of edited MIDI data to disk (on session save).
2007-08-10 David RobillardFix some evil "tabs".
2007-08-10 David RobillardTouch select (hold left <Shift> or <Control>).
2007-08-09 David RobillardMake MIDI tools actually do something. Sorta. Sometimes.
2007-08-08 David RobillardMulti-note (ie selection) dragging.
2007-08-07 David RobillardFix note separator lines from stealing mouse events.
2007-08-07 David RobillardRidiculously CPU-chewey rect select (for sustained...
2007-08-06 David RobillardGenericificationalizeified AudioFilter (now Filter).
2007-08-06 David RobillardBrought back visual indication of delete dragging.
2007-08-05 David RobillardClear selection when clicking region background (usual...
2007-08-05 David RobillardSelection deleting.
2007-08-05 David RobillardNote selection via clicking (including multi-note selec...
2007-08-04 David RobillardMoved note height/range/etc stuff from MidiRegionView...
2007-08-04 David RobillardSwitched to right mouse button for note adding.
2007-08-02 David RobillardFunctional note moving.
2007-08-02 David RobillardSnap note dragging vertically to note values (rows).
2007-08-01 David RobillardNote deleting.
2007-07-31 David RobillardGet MidiRegionView's hands on MidiModel for editing...
2007-07-30 David RobillardBasic canvas note event handling framework.
2007-07-19 David RobillardNote canvas event handling testing stuff.
2007-07-17 David RobillardMidi pencil undo (not yet serializable).
2007-07-15 David RobillardSelection of visible note range (full range vs fit...
2007-07-07 David RobillardNote modes: note, percussion.
2007-06-29 Doug McLainremove color.h
2007-06-09 David RobillardRedraw MIDI region views on zoom and track height changes.
2007-06-02 David RobillardFix vertical order of MIDI notes.
2007-06-01 David RobillardPreliminary visible MIDI notes in MidiRegionView.
2007-05-10 Paul DavisMIDI branch becomes trunk
2006-08-29 David RobillardMerged with trunk R861
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList