OSC: Add increment fader.
[ardour.git] / libs / pbd / enums.cc
index b5b9bc167656871c02e9e44781dba9d598847c10..fbeed72c6b635d8cf95730f0afba1525cc463ec1 100644 (file)
@@ -39,7 +39,9 @@ setup_libpbd_enums ()
 
        REGISTER_CLASS_ENUM (Controllable, Toggle);
        REGISTER_CLASS_ENUM (Controllable, GainLike);
-       REGISTER (controllable_flags);
+       REGISTER_CLASS_ENUM (Controllable, RealTime);
+       REGISTER_CLASS_ENUM (Controllable, NotAutomatable);
+       REGISTER_BITS (controllable_flags);
 
        REGISTER_CLASS_ENUM (Controllable, InverseGroup);
        REGISTER_CLASS_ENUM (Controllable, UseGroup);