allow MIDI bindings for boolean automation
This commit is contained in:
parent
a4ec7c9e60
commit
6c93bcc64f
@ -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…
Reference in New Issue
Block a user