new automation state model, sort of working, but not really
[ardour.git] / libs / ardour / control_protocol_manager.cc
index 7170b456562746b5a86c3c9853e94aca9ccc0034..1ff6c28ef36482af33dc87d5fc2e860b289f4359 100644 (file)
@@ -189,6 +189,7 @@ ControlProtocolManager::control_protocol_discover (string path)
                        cpi->protocol = 0;
                        cpi->requested = false;
                        cpi->mandatory = descriptor->mandatory;
+                       cpi->supports_feedback = descriptor->supports_feedback;
                        cpi->state = 0;
                        
                        control_protocol_info.push_back (cpi);