summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_controller.cc
AgeCommit message (Expand)Author
2019-10-11interface range generated by internal_to_interface() may not span 0..1, so re...Paul Davis
2019-10-07Special case horizontal faders (pan to right)Robin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-08NO-OP: whitespace, indentRobin Gareus
2019-03-08Reduce #includes - avoid ardour_ui.hRobin Gareus
2019-03-07Fix some Gtk::Menu memory leaksRobin Gareus
2018-07-18Fix generic UI sliders w/rangestepsRobin Gareus
2018-03-28Sparse update for granular controls on slidersRobin Gareus
2017-09-24Fix computation of AutomationController stepsRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2017-07-24Start/end touch for generic-UI knob and proc-box inline ctrlsRobin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-16Remove Timers to watch Controllable valuesRobin Gareus
2017-06-09Update GUI, drop Automatable::value_as_string() APIRobin Gareus
2017-03-24Revert "consistent use of context-menu popups"Robin Gareus
2017-03-16consistent use of context-menu popupsRobin Gareus
2017-03-01Fix implicit selection when operating track-header ctrl buttonsRobin 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-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-04Replace Gtk::ToggleButton with ArdourButton in Generic Plugin GUIRobin Gareus
2016-07-04allow AutomatoinContoller to render as Knob instead of Slider.Robin Gareus
2016-05-27Tempo ramps - rename tempo_at() -> tempo_at_frame().. 3 decimals for the audi...nick_m
2016-03-07fix stuck touch modeRobin Gareus
2016-03-07remove unused GUI signals (confusing dup. name)Robin Gareus
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-10-20Set toggled automation controller using a double.nick_m
2015-10-20Automation - more toggled controller twiddling.nick_m
2015-10-20Make automation record undo per pass rather than per touch.nick_m
2015-10-20Toggled automation fixes.nick_m
2015-09-16Remove ardour_ui.h header inclusionTim Mayberry
2015-06-17Automation -use editor_add in gui, record straight lines with fewer points.nick_m
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