summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_streamview.h
AgeCommit message (Expand)Author
2020-04-16changes to deal with region/note selection when changing into/out of internal...Paul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-01NO-OP whitespace & foratting of header filesRobin Gareus
2017-02-06Revert to allowing stacked layer region view for MIDI tracks, for now.Ben Loftis
2017-01-29prevent suggestion that MIDI tracks can be set to stacked viewPaul Davis
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2014-12-18Fix copy paste of MIDI and track automation.David Robillard
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-17Fix display of MIDI notes/regions while recording.David Robillard
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-05-28Deselect MIDI notes when leaving internal edit modeCarl Hetherington
2012-05-24Compile cleanly with clang.David Robillard
2011-04-16Remove some calls to process_updates() which I think prevent GTK coalescing r...Carl Hetherington
2011-03-07Clamp output of y_to_note so that it doesn't return out-of-range values. Sho...Carl Hetherington
2011-03-03deframe audio regions as well as MIDI when entering internal edit modePaul Davis
2011-03-03experiment with making MIDI region boxes vanish when in note/internal edit mo...Paul Davis
2010-11-14Create a new layer if required on record to a track in stacked mode. Fixes #...Carl Hetherington
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-10-05Improve GUI display during MIDI record in various ways.Carl Hetherington
2010-08-06Fix up selection of automation points.Carl Hetherington
2010-06-24change note colors on the fly, to permit user-definition of colors more easil...Paul Davis
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2009-10-21Fix MIDI rec regions.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-06-08Further refactoring of drag code. Changes so that drags from the region list...Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Fix genererally retarded and broken note range / diskstream display / etc. re...David Robillard
2008-09-24Superficial code cleanup.David Robillard
2008-09-23Eliminate a ton of unnecessary complete redrawing in MIDI stream views:David Robillard
2008-09-19Merge all the (disconcertingly missing) track/region/etc height changes from ...David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-02-10Committed underlay support (from Audun).David Robillard
2008-01-13Apply MIDI keyboard and "scroomer" patch.David Robillard
2007-08-16Make SMFSource suck significantly less.David Robillard
2007-08-06Fix note range toggling (ie actually change visible range when menu option se...David Robillard
2007-08-04Moved note height/range/etc stuff from MidiRegionView to MidiStreamView, sinc...David Robillard
2007-08-02Little MidiEvent prettification additions, ifdef'd non-realtime aspects (for ...David Robillard
2007-07-31Get MidiRegionView's hands on MidiModel for editing operations to come.David Robillard
2007-07-15Selection of visible note range (full range vs fit contents, selectable from ...David Robillard
2007-07-07Note modes: note, percussion.David Robillard
2007-07-05Scale MIDI track vertical range to match widgest range of notes in child regi...David Robillard
2007-06-29remove color.hDoug McLain
2007-06-15Major Theme Manager changes, see ardour-devDoug McLain