summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_knob.h
AgeCommit message (Collapse)Author
2016-07-11extend ArdourKnob ToolTipsRobin Gareus
allow to set/change tooltip-prefix and set a "printer" in preparation for properly using the Knob in Plugin UIs
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-04-25separate detent & zero-arc flags for knobRobin Gareus
2015-04-25magic knobRobin Gareus
2015-04-25make knob respond to X & Y axis dragsRobin Gareus
2015-04-25allow to offset knob-arcRobin Gareus
2015-04-25persistent tooltip for [trim] knobRobin Gareus
2015-04-24allow to set toolip on knobRobin Gareus
2014-08-22refactor _grabbed into cairo_widgetBen Loftis
2014-07-18tweaks for the monitor section. refactoring of some buttons, using new ↵Ben Loftis
ArdourKnob instead of VolumeController. New ArdourDisplay shows a controllables user value, and provides support for preset values (hardcoded at present). Further refactoring to come, so that ArdourWidgets are derived from a common class. Controllable now has more responsibility for scaling between internal, user, and interface (knob percent) values. This also needs more refactoring and might have some unintended consequences. tested with audio and nothing seems amiss, yet.