summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_controller.cc
AgeCommit message (Expand)Author
2015-04-10allow MIDI bindings for boolean automationRobin Gareus
2015-04-02use plural form for menu itemPaul Davis
2015-03-08avoid non-integer loop conditions.Robin Gareus
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-12-04Make gain controls step by roughly 1.0/0.1 dB.David Robillard
2014-12-01Fix automation write/touch.David Robillard
2014-11-30gtk interface update for controller step/page sizeRobin Gareus
2014-11-29Fix write for boolean automation.David Robillard
2014-11-29show values on faders (fixes bug in 55c6165)Robin Gareus
2014-11-28Use a button as controller for toggled parameters.David Robillard
2014-11-03Check whether frequency controls are audible or low and provide appropriate c...David Robillard
2014-11-03Add menu to set frequency controls in beats, and half or double current value.David Robillard
2014-11-03Note selector dialog for note controls.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-11-01NOOP, just whitespace/indentingRobin Gareus
2014-11-01convert interface <> internal values for all automationRobin Gareus
2014-10-16fix midi automation slidersRobin Gareus
2014-09-18plugin widgets were written to use Internal values, so use that for nowBen Loftis
2014-09-03consolidate some slider styles, and make bg darkerBen Loftis
2014-09-02prepare Slider API cleanupRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2012-06-11Remove unused method.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-02-27Display amp automation in dB using a logarithmic fader.Carl Hetherington
2012-01-21Reinstate user Controllable values, as they are neededCarl Hetherington
2011-12-05provide sensible default step and page sizes for AutomationControllers based ...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-06Fix my name :)David Robillard
2011-02-16change some parameter names to make things a bit clearer,and require that an ...Paul Davis
2011-02-16fix crash when opening MIDI controller automation tracks, caused by addition ...Paul Davis
2011-02-15Clean up and hopefully fix handling of logarithmic plugin parameters (fixes #...Carl Hetherington
2011-01-28allow derived children of BarController to set label position as a width frac...Paul Davis
2011-01-27virtualize the way that AutomationController gets strings to display values, ...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-08-08Label panner automation sliders the same as panners.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-02-03Stop crash on deleting a plugin when its generic UI window is open.Carl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-20Make pan double-click entry work in percentage left or right. Write pan posi...Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-14Make Bundles work a bit better. A few include optimisations.Carl Hetherington
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Tidy.David Robillard