summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2010-10-18Slightly clean up and fix unwanted display of percussive notes outside the no...Carl Hetherington
2010-10-10Fix uninitialised variables.Carl Hetherington
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-10-05Remove some unused code.Carl Hetherington
2010-09-22much craziness with canvas cursors; fix 0 beat cursor text when shortening no...Paul Davis
2010-09-21(1) remove almost-never used block/unlock_property_changes() methods from PBD...Paul Davis
2010-09-21lincoln's patch that makes us pay attention to region copies w.r.t the region...Paul Davis
2010-09-17fix errors in midi note drag preview (#3446)Paul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-16make resampled sources (during import) report their "natural position" (i.e. ...Paul Davis
2010-09-15when there is a chord at the beginning of a note selection, play the whole ch...Paul Davis
2010-09-15cleaner version of previous commitPaul Davis
2010-09-15(optionally) play note(s) as they are moved around on the pitch axis (finishe...Paul Davis
2010-08-25clear_history -> clear_changes and some comments.Carl Hetherington
2010-08-19Snap to note start rather than mouse pointer when dragging MIDI notes. Fixes...Carl Hetherington
2010-08-14Add note edit dialog. Fixes #3346.Carl Hetherington
2010-08-13add step editing sustain supportPaul Davis
2010-08-13only the last step-edited note remains selected after each note addition; waf...Paul Davis
2010-08-11make step edit cursor follow zoom (and change its color a bit)Paul Davis
2010-08-11fix up initial step edit pos when operating on an existing regionPaul Davis
2010-08-11vari-size rect as step-edit cursorPaul Davis
2010-08-11add a first hack at a step edit cursor (to be changed); add program+bank stub...Paul Davis
2010-08-04extend step-edited region correctly; scroll to keep newly step-edited notes i...Paul Davis
2010-08-04endless further tweaks to step editor; stop stealing the "r" key inside MidiR...Paul Davis
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2010-07-25(1) extend region if needed BEFORE adding step-edit note, so that the new not...Paul Davis
2010-07-22Trim note display to not overlap the end of its region. Should fix #3202 and...Carl Hetherington
2010-07-15Clear program changes and sysexs before redisplaying them. Fixes #3313.Carl Hetherington
2010-07-12Apply velocity change before looking up velocity value for the verbose cursor...Carl Hetherington
2010-06-29pay attention to MIDI channel selector when creating notes with GUI (fixes #3...Paul Davis
2010-06-28Hide verbose canvas cursor on midi region view destruction. Should fix #3250.Carl Hetherington
2010-06-28Disable midi model updates during trim drags. Speeds the drags up at the cos...Carl Hetherington
2010-06-24change the way MIDI note colors are defined (2 3-point color ranges, one for ...Paul Davis
2010-06-24change note colors on the fly, to permit user-definition of colors more easil...Paul Davis
2010-06-24use JACK thread creation functions to create process-graph threads; provide G...Paul Davis
2010-06-20When creating notes with the pencil tool, make them 1 frame shorter than the ...Carl Hetherington
2010-06-17new fade in/out handle cursors from chrisg (maybe to be improved); show MIDI ...Paul Davis
2010-06-17new trim cursors from chrisg, fix up hotspots for said cursors, make Editor c...Paul Davis
2010-06-12introduce the notion that note additions and property changes can cause the r...Paul Davis
2010-06-09Fix warning.Carl Hetherington
2010-06-08Clean up a bit. Fix non-relative note dragging mode to fit my understanding ...Carl Hetherington
2010-06-03move computation of TimeAxisViewItem fixed heights into a static member funct...Paul Davis
2010-05-28heavy-handed and crude way to stop WM-stolen-alt keys from causing MidiRegion...Paul Davis
2010-05-28change color of note velocity text (and don't set it or justification repeate...Paul Davis
2010-05-28clean up item event handling in MidiRegionViews by removing unnecessary Inter...Paul Davis
2010-05-27refactor MidiRegionView event handling to avoid too much spaghetti as we move...Paul Davis
2010-05-27Use bbt_add and bbt_subtract to do proper BBT maths in round_to_beat_subdivis...Carl Hetherington
2010-05-26Disable ghost note on note creation drag.Carl Hetherington
2010-05-26Show the verbose canvas cursor with the ghost note.Carl Hetherington