OSC: Make sure selected strip is corrected when it's stripable vanishes
[ardour.git] / libs / pbd / enums.cc
index b5b9bc167656871c02e9e44781dba9d598847c10..afa156bb1e35b98cce6806c11a47581221506fbc 100644 (file)
@@ -39,6 +39,8 @@ setup_libpbd_enums ()
 
        REGISTER_CLASS_ENUM (Controllable, Toggle);
        REGISTER_CLASS_ENUM (Controllable, GainLike);
+       REGISTER_CLASS_ENUM (Controllable, RealTime);
+       REGISTER_CLASS_ENUM (Controllable, NotAutomatable);
        REGISTER (controllable_flags);
 
        REGISTER_CLASS_ENUM (Controllable, InverseGroup);