first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProcessor...
[ardour.git] / gtk2_ardour / midi_region_view.cc
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...
2008-04-21 Hans Baier* fixed display bug: changing the height on tracks...
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-17 Hans Baier* fixed missing get coordinate functions in CanvasHit
2008-04-16 Hans Baier* bugfix in midi editing: adding notes impossible after...
2008-04-15 Hans Baier* fixed bug: crash because of invalidated iterator...
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-05 Hans Baier* Bugfix: resizing beginnings of MIDI regions did not...
2008-04-03 Hans Baier* implemented editing velocities (tracker.ardour.org...
2008-03-26 Paul Davishans' patches for MIDI note resizing++
2008-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
2008-03-15 David RobillardApply note resizing patch from hans.
2008-03-12 David RobillardClear selection in MidiRegionView::clear_events (can...
2008-03-10 David RobillardRemove redundant MidiRegionView::start_remove_command.
2008-02-25 David RobillardFix selection issues.
2008-02-22 David RobillardClean up weird formatting from underlays patch.
2008-02-21 David RobillardFix key stealing on MIDI region views.
2008-02-21 David RobillardFix install path problems (s/ardour2/ardour3).
2008-02-20 David RobillardSome work towards MIDI plugins (LV2 plugins with (MIDI...
2008-02-10 David RobillardCommitted underlay support (from Audun).
2008-01-15 David RobillardFix problem with notes occasionally not showing up...
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-07 David RobillardFix several MIDI timestamp related problems:
2007-10-04 David RobillardMerge the two separate 'add notes to midi region' inter...
2007-09-06 David RobillardDeep "automation regions" support.
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".
next