13
0

allow MIDI bindings for boolean automation

This commit is contained in:
Robin Gareus 2015-04-10 17:14:11 +02:00
parent a4ec7c9e60
commit 6c93bcc64f

View File

@ -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));