summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_controller.h
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-18Follow up f5bc64d00e - add gap to range-selection rect as wellRobin Gareus
2018-07-18Fix generic UI sliders w/rangestepsRobin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-16Remove Timers to watch Controllable valuesRobin Gareus
2017-06-09Update GUI, drop Automatable::value_as_string() APIRobin Gareus
2017-02-28Fix touching mute automation (mostly)Robin Gareus
2017-02-21PBD::Signal<...>::connect() is already thread safe, so drop intermediate prox...Paul Davis
2016-07-04allow AutomatoinContoller to render as Knob instead of Slider.Robin Gareus
2016-03-07remove unused GUI signals (confusing dup. name)Robin Gareus
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
2013-04-30fixups for building on OS X where apple define silly macrosPaul Davis
2012-06-11Remove unused method.Carl Hetherington
2011-11-23Merge some linux/windows VST GUI code.Carl Hetherington
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-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
2010-02-03Stop crash on deleting a plugin when its generic UI window is open.Carl Hetherington
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...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
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2007-07-06Fix 'live' CC sending of bar controllers after loading session (previously on...David Robillard
2007-06-30Another not-quite-there-but-better commit.David Robillard
2007-06-29Reduce overhead of multi-type-ness (last Summer's SoC):David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard