summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2013-10-03'gtk2_ardour' - Use 'const_iterator' where appropriate, instead of 'iterator'John Emmas
2013-10-03'gtk2_ardour' - Add namespaces + casting where necessary + general bits of 'c...John Emmas
2013-05-02merge resolution with masterPaul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-04-25use virtual bool canvas_group_event () in TimeAxisViewItems to get suitably d...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-16partially fix scaling issues with pathological MIDI regions (e.g. 15k notes p...Paul Davis
2013-04-15Fix dragging objects on the canvas and remove redundant canvas groupsPaul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul Davis
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis
2013-04-11fix up positioning of verbose cursor if it is too close to the bottom of the ...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-03-27Squashed commit of the following:Paul Davis
2013-01-21Trim the include tree a bit.David Robillard
2013-01-21Fix whitespace.David Robillard
2013-01-20Use rectangle intersection for MIDI note rect select.David Robillard
2013-01-20More consistent verbose cursor label style for PC flags.David Robillard
2013-01-20Show matching controller name in automation lane header.David Robillard
2013-01-20Fix crash on verbose note text in regions with no patch changes.David Robillard
2013-01-20Fix completely wrong MidiRegionView::get_patch_key_at().David Robillard
2013-01-20Support note names from midnam files (tested with the DM5).David Robillard
2013-01-19Set MIDI device mode to the first by default if unset.David Robillard
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2012-12-22add Delete button to patch change dialog when editing itPaul Davis
2012-12-19keep velocity value visible in verbose cursor until we leave a note (fixes #5...Paul Davis
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