summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
AgeCommit message (Expand)Author
2014-12-24Fix potential memory errors with note player.David Robillard
2014-12-23Fix cursor update on nested entry.David Robillard
2014-12-20Fix various cursor problems.David Robillard
2014-12-18Use color modifiers for dynamic region styles.David Robillard
2014-12-18Make MIDI regions translucent for internal tools.David Robillard
2014-12-18Enforce internal/external selection exclusivity.Ben Loftis
2014-12-17Support stepping bank by shift+scroll/arrow.David Robillard
2014-12-17Remove some aborts that don't really need to be.David Robillard
2014-12-17Don't allow drawing notes in rec regions (crash).David Robillard
2014-12-06Nudge notes by 1 bar if secondary modifier active.David Robillard
2014-12-06Grab keyboard only with note selection.David Robillard
2014-12-06Support paste between automation lanes.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-22Factor out copy-paste code to get grid type in beats defaulting to 1.David Robillard
2014-11-22Move time converters only to the region views that actually need them.David Robillard
2014-11-16Support cut/copy/paste of MIDI notes and controllers at the same time.David Robillard
2014-11-14Implement "multi-paste" for notes, regions, and automation.David Robillard
2014-11-14Fix various sticky/broken cursor issues.David Robillard
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-06-03fix two mysterious problems with stdint typesPaul Davis
2014-03-06trivial API change for MidiRegionView::update_hit()Paul Davis
2013-04-25use virtual bool canvas_group_event () in TimeAxisViewItems to get suitably d...Paul 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-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-20Support note names from midnam files (tested with the DM5).David Robillard
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-11implement deleting of sysex eventsHans Baier
2012-06-19really, really do not signal MidiRegionView::SelectionCleared during destructionPaul 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-09Somewhat primitive implementation of allowing the edit note dialog to handle ...Carl Hetherington
2012-06-08When sounding notes on selection / note movements, play the note for as long ...Carl Hetherington
2012-06-08Remove unused declaration.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-02Put MIDNAM stuff into the patch change dialog.Carl Hetherington
2012-05-28Expand comment.Carl Hetherington
2012-05-28Deselect MIDI notes when leaving internal edit modeCarl Hetherington
2012-04-30Remove un-read variable.Carl Hetherington
2012-03-12Fix comments.Carl Hetherington
2012-01-20make mouse range mode do something interesting when in internal/note edit mod...Paul Davis