mechanism to allow Track (or other Route-derived type) to add its own processors...
[ardour.git] / gtk2_ardour / midi_region_view.cc
2017-07-21 nick_mCall Editor::abort_reversible_command() in MidiRegionVi...
2017-05-14 André NusserFix compiler warning of unused variable.
2017-03-29 Robin GareusWhen adding a PC, use the channel given in the dialog.
2017-03-06 nick_mmore linked midi region trim drag fixes.
2017-03-04 nick_mrework percussive hit spraying.
2017-03-04 nick_moffset linked regions to compensate for negative start...
2017-02-23 nick_malso fix flying percussive hits while copy-dragging.
2017-02-23 nick_mhotfix for flying percussive hits while dragging.
2017-02-06 nick_mupdate note length when dragging notes (over tempo...
2017-02-04 nick_mremove overzealous bounds check when dropping notes.
2017-02-04 nick_mmidi note drags are music-based.
2017-02-04 John EmmasIf 'MidiRegionView::find_canvas_sys_ex()' fails, make...
2017-02-04 nick_mclean up patch change/sysex headers.
2017-02-04 nick_mset sysex height & position on redisplay.
2017-02-04 nick_mimprove sysex data display.
2017-02-04 nick_mrework snap
2017-01-29 nick_mspeed up midi ghost region update
2017-01-26 nick_mMidiRegionView::redisplay_model() - code cleanup
2017-01-24 Paul DavisMIDI note copy needs to adjust pitch of new notes befor...
2017-01-23 Paul Davisimplement copy-drag for MIDI notes.
2017-01-20 Robin GareusLeave some notes about memory-leaks
2017-01-03 nick_mnote display performance.
2016-12-30 nick_mfix bug where hidden ghostregions were updated.
2016-12-29 Robin GareusFix updates of region-color
2016-12-29 nick_mminor MidiRegionView::redisplay_model() cleanup
2016-12-29 nick_mretain note selection for invalidated notes.
2016-12-29 nick_mmore note performance work (dereference less).
2016-12-29 nick_mrevert 7805217b5 (make note mode change work again).
2016-12-28 nick_mimprove the performance of MidiRegionView::find_canvas_...
2016-12-28 nick_mdon't clear note items in MidiRegionView::display_model().
2016-12-23 nick_mspeed up load/quit for sessions containing ~25k events.
2016-12-22 nick_mhide ghost events appropriately (e.g. after split).
2016-12-22 nick_monly update GhostEvents on visible trackviews.
2016-12-22 nick_mmidi scrooming performance updates.
2016-12-20 nick_mfix various midi display bugs introduced by 9038be49d8.
2016-12-20 nick_mimprove midi zoom/scroom performance with lots of notes.
2016-12-15 nick_mmore work on patch change redisplay.
2016-12-15 Paul Daviscorrect return syntax
2016-12-15 nick_mspeed up patch change redisplay when using scroomer...
2016-12-13 nick_mtest diff for patch change performance when caching...
2016-12-03 David RobillardRemove Evoral::MIDIEvent
2016-11-23 nick_mMidiRegionView::clear_events() does _selection.clear...
2016-11-22 nick_mdecouple midi region note range and height from midi...
2016-11-21 nick_mdon't display notes that start at region end.
2016-11-21 nick_mfix thinko in 8e8c4a73f1e.
2016-11-21 nick_mprevent Percussive mode from displaying a ghost hit...
2016-11-20 nick_mfix compilation, rename PercussiveCreateDrag -> HitCrea...
2016-11-20 nick_mrework mouse hit creation (percussive mode) - mostly...
2016-11-20 nick_mMRV handles an alt key press even if nothing happened.
2016-11-20 nick_mfix for short notes being displayed as infinitely long.
2016-11-19 nick_mpressing alt while creating a note (snap modifier)...
2016-11-19 nick_mafter creating a note, don't add the ghost note until...
2016-11-19 nick_mNoteCreateDrag starts on button press.
2016-11-19 nick_mremove unused variable.
2016-11-19 nick_mfurther to 1a6a72b57, handle deleting a note while...
2016-11-18 nick_mfix for ghost note becoming stuck after note selection...
2016-11-10 nick_mrename Region pos_beats -> quarter_note
2016-11-10 nick_mrename Region pulse to pos_beats. use new beat distance...
2016-10-25 nick_mclean up ghost note wrt create drag.
2016-10-16 nick_mAmend previous commit.
2016-10-16 nick_mSet note colour of new MidiGhostRegions corrctly.
2016-10-15 nick_mSlightly improve note update performance, fix note...
2016-10-15 nick_mNote selection state uses note event_id_t.
2016-10-09 nick_mInterpret start & length_beats properties as double...
2016-10-08 nick_mUse double comparison in MidiRegionView::note_in_region...
2016-09-22 nick_mFix bug where drawing long notes placed the new note...
2016-09-22 nick_mRemove _midi_regions_use_bbt_beats from Session, _start...
2016-09-15 Guido AulisiDo not delete selected MIDI notes while dragging. ...
2016-09-06 nick_mRemove unused variable.
2016-09-01 nick_mEnsure the correct position is passed to MidiRegionView...
2016-08-31 nick_mNo-op - rename var in MidiRegionView::note_dropped().
2016-08-31 nick_mMidiRegionView uses quarter note snapping.
2016-08-15 nick_mAdd missing line feed in midi_region_view.cc
2016-08-15 nick_mMidi region ghost note uses beat-based note time calcul...
2016-08-15 nick_mFix frame-based beat calculation in MidiRegionView...
2016-08-08 Paul Davisfix thinko that causes near duplicate menu items in...
2016-07-22 nick_mRemove the temporary note group in MidiRegionView,...
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-12 Robin Gareususe new midi-note-name API
2016-07-10 Robin Gareusremove reference "const int32_t&" -> const int32_t"
2016-07-09 nick_mMidi note resizing uses exact beat.
2016-07-09 nick_mUse exact beat when adding midi notes.
2016-07-09 nick_mFix note trimming over tempo changes, correct note...
2016-07-09 nick_mRestore earlier midi region trim display.
2016-07-09 nick_mUse Note::set (Rect) for speed improvement when renderi...
2016-07-09 nick_mTemporary work-around for note colour.
2016-07-09 nick_mQuick fix to get trim working again (bahaving oddly...
2016-07-09 nick_mPerformance - don't redisplay model immediately in...
2016-07-09 nick_mUse mostly beat-based calculation for displayed midi...
2016-07-09 nick_mRemove frame conversion for MidiRegionView::note_in_reg...
2016-07-09 nick_mPaste uses exact beats. rework _start_beats calculation...
2016-07-09 nick_mExact beat - provide audio->music mapping for region...
2016-06-10 nick_mFix many offset errors when drawing notes in midi regio...
2016-06-07 nick_mStep edit cursor no longer assumes constant tempo.
2016-05-31 Paul Davisslight improvement of MIDI program names in verbose...
2016-05-28 nick_mRevert terrible thinko in 647c86e. (back to slow for...
2016-05-28 nick_mSpeed up redraw while tempo dragging with midi regions...
2016-05-27 nick_mTempo ramps - rename meter_at() -> meter_at_frame(...
2016-05-27 nick_mCrapola - this is an experimental performance hack...
2016-05-27 nick_mTempo ramps - remove double calls to RegionView::set_du...
next