summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2012-10-11Make input filtering while recording work in GUI, tooHans Baier
2012-10-11make sysex contents appear as verbose_cursor for visual feedback the flag as ...Hans Baier
2012-10-11fix bug: sysexes x position not relative to regionHans Baier
2012-10-11implement deleting of sysex eventsHans Baier
2012-07-15use correct event struct when handling key events in patch changes, and flip ...Paul Davis
2012-06-25Patch from tophatdave to prevent exit from note editCarl Hetherington
2012-06-24put patch chnage dialog under the mouse cursor when it appearsPaul Davis
2012-06-22don't swallow left/right scroll events in a midi region view when in internal...Paul Davis
2012-06-19really, really do not signal MidiRegionView::SelectionCleared during destructionPaul Davis
2012-06-17make it possible for canvas patch changes to receive kbd events, and along th...Paul Davis
2012-06-13Fix some uninitialised variable warnings.Carl Hetherington
2012-06-12prevent too-wide program change flags at startupPaul Davis
2012-06-12hide patch changes if they are too wide for the region at a given zoom levelPaul Davis
2012-06-12fix complete screw up in connecting MIDNAM PatchNameList with ChannelNameSets...Paul Davis
2012-06-11lots more work trying to create a common structure for accessing plugin and M...Paul Davis
2012-06-11partially-done (but compile-friendly) move of instrument info into a new back...Paul Davis
2012-06-10remove craziness of propagating MIDI 7 bit limits into MIDNAM handling by rep...Paul Davis
2012-06-08When sounding notes on selection / note movements, play the note for as long ...Carl Hetherington
2012-06-08Grey-out patch changes on inactive channels rather than notCarl Hetherington
2012-06-06add "v" as a new MIDI editing key for velocity, add velocity dialog, fix cras...Paul Davis
2012-06-06incomplete change to allow all selected MIDI notes to have their velocity set...Paul Davis
2012-06-02Persist track MIDNAM settings via a GUI property. Fix aCarl Hetherington
2012-06-02Put MIDNAM stuff into the patch change dialog.Carl Hetherington
2012-05-29patch from dave flick to tackle a variety of cursor issuesPaul Davis
2012-05-28Clear selection on starting a MIDI note rubberbandCarl Hetherington
2012-05-28Emit SelectionCleared() when unique-selecting the firstCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-05-09i18n-izationPaul Davis
2012-04-30Remove un-read variable.Carl Hetherington
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2012-03-12paste_pos_beats should be source-relative, not region position relative; fixe...Carl Hetherington
2012-02-08use trim cursors near end of a MIDI note when in Draw mode (and not in Range ...Paul Davis
2012-02-02hand-done version of patch from tophatdave to prevent use of trim cursors whe...Paul Davis
2012-02-02patch for bad region-extension when pasting into a MIDI that doesn't start at...Paul Davis
2012-02-01start to provide real functionality in MIDI list editor. far from finished, b...Paul Davis
2012-01-20make mouse range mode do something interesting when in internal/note edit mod...Paul Davis
2012-01-19more fixups of various things including cursors when note editing. in particu...Paul Davis
2012-01-19new mouse mode (Draw (notes)); switch into internal mode when draw is selecte...Paul Davis
2012-01-19enter and exit node edit mode with dbl-click in any MIDI regionPaul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2012-01-04tweak constants that affect whether/where trimming cursors are shown for MIDI...Paul Davis
2012-01-04fix error in framepos_{plus,minus}_bbt() which miscounted beats while steppin...Paul Davis
2012-01-04use BBTPoint::is_bar() rather than ::beat == 1 ; implement TempoMap::framepos...Paul Davis
2011-12-30Clean up comments to create_note_at, since it no longers snaps its length par...Carl Hetherington
2011-12-27Fix comparison of beats to frames when deciding whether to show a patch chang...Carl Hetherington
2011-12-19rename Timecode::BBT_Time::ticks_per_beat to Timecode::BBT_Time::ticks_per_ba...Paul Davis
2011-12-19do not convert from grid-type-beats to frames and back to beats when determin...Paul Davis
2011-12-11Move note creation code into a Drag; fix snapping of noteCarl Hetherington