partially-done (but compile-friendly) move of instrument info into a new backend...
[ardour.git] / gtk2_ardour / midi_region_view.cc
2012-06-11 Paul Davispartially-done (but compile-friendly) move of instrumen...
2012-06-10 Paul Davisremove craziness of propagating MIDI 7 bit limits into...
2012-06-08 Carl HetheringtonWhen sounding notes on selection / note movements,...
2012-06-08 Carl HetheringtonGrey-out patch changes on inactive channels rather...
2012-06-06 Paul Davisadd "v" as a new MIDI editing key for velocity, add...
2012-06-06 Paul Davisincomplete change to allow all selected MIDI notes...
2012-06-02 Carl HetheringtonPersist track MIDNAM settings via a GUI property. ...
2012-06-02 Carl HetheringtonPut MIDNAM stuff into the patch change dialog.
2012-05-29 Paul Davispatch from dave flick to tackle a variety of cursor...
2012-05-28 Carl HetheringtonClear selection on starting a MIDI note rubberband
2012-05-28 Carl HetheringtonEmit SelectionCleared() when unique-selecting the first
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-22 Paul Davisremove, convert, comment several cerr statements
2012-05-09 Paul Davisi18n-ization
2012-04-30 Carl HetheringtonRemove un-read variable.
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-14 Carl HetheringtonFix a few framecnt / framepos type confusions.
2012-03-12 Carl Hetheringtonpaste_pos_beats should be source-relative, not region...
2012-02-08 Paul Davisuse trim cursors near end of a MIDI note when in Draw...
2012-02-02 Paul Davishand-done version of patch from tophatdave to prevent...
2012-02-02 Paul Davispatch for bad region-extension when pasting into a...
2012-02-01 Paul Davisstart to provide real functionality in MIDI list editor...
2012-01-20 Paul Davismake mouse range mode do something interesting when...
2012-01-19 Paul Davismore fixups of various things including cursors when...
2012-01-19 Paul Davisnew mouse mode (Draw (notes)); switch into internal...
2012-01-19 Paul Davisenter and exit node edit mode with dbl-click in any...
2012-01-06 Paul Davispartially revert some of the recent work on tempo to...
2012-01-04 Paul Davistweak constants that affect whether/where trimming...
2012-01-04 Paul Davisfix error in framepos_{plus,minus}_bbt() which miscount...
2012-01-04 Paul Davisuse BBTPoint::is_bar() rather than ::beat == 1 ; implem...
2011-12-30 Carl HetheringtonClean up comments to create_note_at, since it no longer...
2011-12-27 Carl HetheringtonFix comparison of beats to frames when deciding whether...
2011-12-19 Paul Davisrename Timecode::BBT_Time::ticks_per_beat to Timecode...
2011-12-19 Paul Davisdo not convert from grid-type-beats to frames and back...
2011-12-11 Carl HetheringtonMove note creation code into a Drag; fix snapping of...
2011-12-10 Carl HetheringtonComment.
2011-12-07 Paul Davisremove visible "sound notes" button,add Config paramete...
2011-12-03 Carl HetheringtonAdd some missing initialisers; remove pointless _model_name
2011-12-03 Carl HetheringtonFix somewhat unlikely crash on doing add note; start...
2011-12-02 Paul Davisrevert recent change to Evoral::Event, and use static_c...
2011-12-02 Paul Davisuse new parameter that controls display of MTC and...
2011-11-17 Carl HetheringtonRemove ghost notes when actual notes are deleted, and...
2011-11-16 Carl HetheringtonUse a Drag class for midi note selection, so that it
2011-11-15 Carl HetheringtonFix typo in last commit. 3.0-beta1
2011-11-15 Carl HetheringtonWhen tabbing between notes in a MIDI region view, only...
2011-11-04 Carl HetheringtonRemove non-RT-safe alloc in the MIDI process() call.
2011-10-22 Carl HetheringtonFix up some comments.
2011-10-19 David RobillardTrim include tree.
2011-10-07 David RobillardImplement range selecting for MIDI notes (#4087).
2011-10-07 David RobillardImplement invert selection for MIDI notes (#4087).
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-28 Carl HetheringtonStop MidiRegionView claiming PrimaryModifier-scrollwheel so
2011-09-28 Carl HetheringtonClear selected MIDI notes in all regions when they are
2011-09-28 Carl HetheringtonRemove erroneous check that would prevent notes being...
2011-09-28 Carl HetheringtonMore debug removal. Also fix ghost note position on...
2011-09-28 Carl HetheringtonRemove some debug messages.
2011-09-20 Paul Davis(native) Linux VST support from LinuxDSP
2011-09-06 Carl HetheringtonSnap new automation points in AutomationRegionViews...
2011-08-20 Carl HetheringtonAnother go at fixing up MIDI note additions with snap
2011-08-19 Carl HetheringtonFix up note snapping so that we snap to the note we...
2011-08-17 Paul Davisvarious fixes to MidiRegionView selection handling... 3.0-alpha10
2011-08-16 Paul Davisattempt to fix deep confusion in GUI code about convert...
2011-08-03 Carl HetheringtonApply x42's patch from #4207; rename MIDI control
2011-07-27 Paul DavisPrimary-(scroll|up|down) on patch/bank change event...
2011-07-16 Carl HetheringtonSnap ghost note more intuitively (#4189).
2011-07-11 Paul Davisfix for #3977 - shift-tab and shift-ctrl-tab move to...
2011-07-02 Carl HetheringtonFix erroneous note resizing in regions with non-zero...
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-21 Paul Davischange default overlapping note strategy to "relax...
2011-06-13 Paul Davisadd MIDI channel editing for current note selection...
2011-06-12 Paul Davisimplement a delete operation that works like "cut"... 3.0-alpha6
2011-06-02 David RobillardFix some weird style
2011-06-01 David RobillardDelete trailing whitespace
2011-05-30 Paul Davisremove unused and useless "src" argument for a number...
2011-05-26 Carl HetheringtonFlip MIDI region view's verbose canvas cursor to above...
2011-05-25 Carl HetheringtonRemove MIDI track default channel and its menu, and...
2011-05-19 David RobillardFix broken indentation.
2011-05-02 Carl HetheringtonSeparate verbose cursor out into its own class and...
2011-04-20 Carl HetheringtonClean up duplicate snap-related code.
2011-04-20 Carl HetheringtonPrevent snap_frame_to_frame returning -ve offset from...
2011-04-20 Paul Davisshow MIDI channel for notes with verbose canvas cursor...
2011-04-06 David RobillardFix my name :)
2011-04-04 Paul Davisremove message about MidiRegionView::redisplay_model...
2011-03-05 Paul Davisprevent trim cursors appearing, and prevent note trimmi...
2011-03-04 Paul Davisforward unhandled button events from MidiRegionView...
2011-03-04 Carl HetheringtonRestore MIDI note preview (#3821).
2011-03-04 Carl HetheringtonSmall cleanup.
2011-03-03 Paul Davisdeframe audio regions as well as MIDI when entering...
2011-03-03 Paul Davischange note-edit-mode alpha of MIDI region view frame...
2011-03-03 Paul Davisexperiment with making MIDI region boxes vanish when...
2011-03-02 Carl HetheringtonFix up undo/redo of MIDI note paste (#3815).
2011-02-28 Carl HetheringtonUpdate ghost MIDI regions in automation tracks when...
2011-02-28 Carl HetheringtonMake sure notes fit in the allocated height of a newly...
2011-02-21 Paul Davissome cut-n-paste debugging stuff (more likely to follow)
2011-02-09 Paul Davisremove irrelevant comment
2011-02-08 Carl HetheringtonChange the background colour of regions when they are...
2011-02-08 Carl HetheringtonRemove always-true should_show_selection code.
2011-01-30 Carl HetheringtonShow bank number as well as program change in patch...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-29 Paul Davisrest of lincoln's MIDI note edit via click outside...
next