the Properties & 64bit region commit
[ardour.git] / gtk2_ardour / midi_region_view.h
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
2010-01-07 Paul Davisselect-by-pitch from the piano roll header (inspired...
2010-01-05 Paul Davisget the MIDI list editor working a little better and...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-19 David RobillardUse set over vector for Sequence::Notes, for logarithmi...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-06 Paul Davisogg/flac support bits and pieces; fix up MIDI note...
2009-09-10 Paul Davisdo not crash when loading old history files with MIDI...
2009-09-10 Paul Davismore MIDI editing cleanups, mostly fixing subtleties...
2009-09-09 Paul Davisre-use canvas note items when the model changes ; sligh...
2009-09-09 Paul Davistime line items now have 64 bit location + duration...
2009-09-08 Paul Davismove note drag & note resize mouse handling up into...
2009-09-07 Paul Davisuse diff commands for quantize, with infrastructure...
2009-09-07 Paul Davisadd anonymous union to DiffCommand to allow uint8t_t...
2009-09-06 Paul Davisthe start (only the start) of MIDI diff commands
2009-09-03 Paul Davisthe basics of step editing, more details to follow
2009-08-28 Paul Davismore MIDI editing tweaks ; flip mouse mode buttons...
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-08-18 Paul Davismake shift-click for extend-selection sort-of work...
2009-08-17 Paul Davismove assignments out of assert() in editor_drag (thanks...
2009-08-14 Paul Davisfix up display of notes when creating/editing a MIDI...
2009-08-13 Paul Davismore MIDI paste improvements, plus move region-mute...
2009-08-13 Paul DavisMIDI cut&paste round two (not done yet); a small region...
2009-08-10 Paul Davisfirst part of MIDI cut/copy/paste ; fix for input/outpu...
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-06-08 Carl HetheringtonFurther refactoring of drag code. Changes so that...
2009-05-05 David RobillardFix note dragging.
2009-05-05 David RobillardRemove useless/broken concept of 'erase touch dragging'.
2009-05-05 David RobillardMake MIDI note editing work somewhat again...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-17 David RobillardRemove unnecessary/unused template parameter from canva...
2009-02-16 Hans Baier* First prototype of SysEx GUI
2009-02-16 David RobillardFix time / positioning of PC flags (beat time).
2009-02-15 David RobillardFix genererally retarded and broken note range / diskst...
2009-02-15 David RobillardThe Big Change: Store time in MidiModel as tempo time...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-01-14 Hans Baier* comments
2009-01-07 David RobillardFix audible note select:
2008-12-25 Hans Baier* first prototype implementation of playing back MIDI...
2008-12-24 Hans Baier* implemented three coloring modes for MIDI tracks...
2008-12-23 David RobillardFix note velocity editing.
2008-12-23 Hans Baier* added comments to midi_region_view.h
2008-12-15 Hans Baier* first working prototype of changing program changes...
2008-12-14 Hans Baier* some refactoring of patch name stuff in preparation...
2008-12-11 Hans Baier* added myself to about.cc
2008-09-26 David RobillardFix audio region copy-drag, partially fix MIDI region...
2008-09-23 David RobillardEliminate a ton of unnecessary complete redrawing in...
2008-09-19 David RobillardMerge all the (disconcertingly missing) track/region...
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
next