mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
prepare Slider API cleanup
This commit is contained in:
parent
001e4ca684
commit
540a12119b
6 changed files with 4 additions and 10 deletions
|
|
@ -46,8 +46,6 @@ AutomationController::AutomationController(boost::shared_ptr<Automatable> printe
|
|||
assert (_printer);
|
||||
|
||||
set_name (X_("PluginSlider")); // FIXME: get yer own name!
|
||||
set_style (BarController::LeftToRight);
|
||||
set_use_parent (true);
|
||||
|
||||
StartGesture.connect (sigc::mem_fun(*this, &AutomationController::start_touch));
|
||||
StopGesture.connect (sigc::mem_fun(*this, &AutomationController::end_touch));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue