summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.h
AgeCommit message (Expand)Author
2020-04-15Update labels in MIDI Automation Lanes when MIDNAM changesRobin Gareus
2019-12-12Fix automation dropdown menu-item active stateRobin Gareus
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-09-18GUI support for LatchRobin Gareus
2017-08-12expose automation state controls in AutomationTimeAxisView when used for MIDI CCPaul Davis
2017-07-21Properly propagate TAV TimeSelectionRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace & foratting of header filesRobin Gareus
2017-06-21Add interpolation-mode menu to ATAV.Robin Gareus
2017-06-09Prepare AutomationTimeAxisView for non-route (VCA) automationRobin Gareus
2017-05-05use CoreSelection for track selectionPaul Davis
2016-12-21Fix indentation 8 whitespaces to tabNil Geisweiller
2016-08-17Use a real dropdown for AutoState in automation lanesJulien "_FrnchFrgg_" RIVAUD
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
2016-06-05change AxisView color API to be virtual and implement per-type variantsPaul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-06-02make all TimeAxisView derived types return PresentationInfo for sortingPaul Davis
2015-03-19add API to select TAV height mode.Robin Gareus
2015-01-09fix select-all-regions-within (it used to select everything overlapped)Ben Loftis
2014-12-06Support paste between automation lanes.David Robillard
2014-11-17Fix visibility of MIDI controller automation tracks across saves.David Robillard
2014-11-16Support cut/copy/paste of several regions and lines at once.David Robillard
2014-11-14Implement "multi-paste" for notes, regions, and automation.David Robillard
2014-08-27use ArdourButtons on the automation time axisBen Loftis
2014-02-19manually applied equivalent of 1d82f4ca07a38342e0815cd6b695b96d72386f39 in ma...Paul Davis
2014-01-09reorder members to allow different initialization orderPaul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-05-27Patch from tophatdave to improve display of timestretch inCarl Hetherington
2012-04-27Re-add erroneously-removed methods related to cut/copy ofCarl Hetherington
2012-04-22Use a list of ControlPoints to hold the automation selection,Carl Hetherington
2011-11-13Snap new automation points on audio lanes (part of #4297).Carl Hetherington
2011-09-07Don't create new regions on clicks on MIDI plugin automationCarl Hetherington
2011-07-13Fix non visibility of previously-visible MIDI automationCarl Hetherington
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-05-23Fix a few missing drops of Route references.Carl Hetherington
2011-02-17Clean up some confusion with AutomationControls in AutomationTimeAxisViews th...Carl Hetherington
2011-02-17Minor tidying-up.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-09Allow drags of automation in time ranges where the automation is on a MIDI tr...Carl Hetherington
2010-09-07Fix restore of fader automation from 2.X sessions.Carl Hetherington
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-08-06Fix up selection of automation points.Carl Hetherington
2010-08-05Support cut / copy / paste of MIDI automation.Carl Hetherington
2010-08-05Clean up handling of track vs region automation a bit.Carl Hetherington
2010-07-14A few fixes to interpolation of MIDI controller data. Don't interpolateCarl Hetherington