provide accessors to Editor::snap_{type,mode} ; when nudging notes, use grid in prefe...
[ardour.git] / gtk2_ardour / midi_region_view.cc
2009-10-26 Paul Davisprovide accessors to Editor::snap_{type,mode} ; when...
2009-10-22 David RobillardDisable canvas verbose cursor for notes, which locks...
2009-10-22 David RobillardReplace horribly error-prone Sequence/MidiModel/MidiSou...
2009-10-20 David RobillardFix various MIDI control and installation issues:
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-07 Paul Davisfix up dragging notes in percussive mode
2009-10-06 Carl HetheringtonFix some compiler warnings.
2009-10-06 Paul Davisogg/flac support bits and pieces; fix up MIDI note...
2009-09-15 Carl HetheringtonFix some warnings.
2009-09-12 Paul Davisfix note selection behaviour, hopefully ... perhaps
2009-09-11 Paul Davistrack note on/off and send appropriate note offs at...
2009-09-10 Paul Davisadd step-rest keybinding for step editing
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-05 Paul Davisjust one timeout callback for step editing, not one...
2009-09-03 Paul Davisbetter way to "engage" step edit, and extend region...
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 Davisactually paste MIDI at the right spot
2009-08-13 Paul Daviskinda-sorta paste MIDI at the right spot
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-28 Paul Davisremove all MIDI-specific editing modes by making standa...
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-09 Carl HetheringtonFix a drag crash and some warnings.
2009-06-08 Carl HetheringtonFurther refactoring of drag code. Changes so that...
2009-05-13 Nick MainsbridgeUse pixbufs as region name labels rather than Gnome...
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-26 David RobillardFix a bunch of warnings.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-19 David RobillardInterpret tempo time based on read position (not source...
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-16 David RobillardDon't do a linear search through controls for program...
2009-02-16 David RobillardTime unit translation for AutomationLine (correctly...
2009-02-16 David RobillardMove all beats <-> frames time conversion into a single...
2009-02-16 David RobillardFix horizontal positioning of PC flags.
2009-02-15 David RobillardBring the note mode menu back from the dead.
2009-02-15 David RobillardRemove dead code.
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-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2009-01-07 David RobillardFix audible note select:
2009-01-02 Carl HetheringtonCleanups and a few comments.
2008-12-26 Hans Baier* fix the fix: note velocity editing works now without...
2008-12-25 Hans Baier* first prototype implementation of playing back MIDI...
2008-12-23 David RobillardFix note velocity editing.
2008-12-23 Hans Baier* preparation for different color coding schemes
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-12 Hans Baier* fixed memory allocation bugs
2008-12-12 Hans Baier* fixed memory management bugs for midi patchname handling
2008-12-11 Hans Baier*typo
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-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
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-14 David RobillardFix events for MIDI region views (though coordinates...
2008-09-14 David RobillardMore gracefully handle type mismatch errors when doing...
2008-09-14 David RobillardFix stacking of MIDI stream views to match that of...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-05-22 David RobillardMake absurdly slow MIDI selection rectangle slightly...
2008-05-22 David RobillardFix MIDI selection/tool issues (issue #0002415 and...
2008-05-16 David RobillardFix invalid error message during MIDI recording (or...
2008-05-16 David RobillardTidy up MIDI debugging output.
2008-05-16 David RobillardFix crash on out of range MIDI events (though this...
2008-05-15 David RobillardEliminate excessive allocation (for every event) during...
2008-05-13 Hans Baier* formatting
2008-05-12 Hans Baier* fixed various event size bugs
2008-05-12 David RobillardFix various MIDI corruption bugs.
2008-05-09 Hans Baier* formatting/style guide
2008-05-09 Hans Baier* adjusted formatting a bit to style guide
2008-05-08 Hans Baier* fixed some valgrind issues (uninitialized instance...
2008-05-02 Hans Baier* removed old implementation for Program Changes from...
2008-05-02 David RobillardFixes for GCC 4.3.
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...
next