mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
allow MIDI bindings for boolean automation
This commit is contained in:
parent
a4ec7c9e60
commit
6c93bcc64f
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ AutomationController::AutomationController(boost::shared_ptr<Automatable>
|
|||
} else {
|
||||
but->set_name("generic button");
|
||||
}
|
||||
but->set_controllable(ac);
|
||||
but->signal_clicked.connect(
|
||||
sigc::mem_fun(*this, &AutomationController::toggled));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue