X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fenums.cc;h=fbeed72c6b635d8cf95730f0afba1525cc463ec1;hb=db385c2e3c67875cf8f6dc10ebe8a540aa2ce1ad;hp=5e68824bac08fae8a2839e9c90cd36b38e69bbab;hpb=cd401f5ab48343c43039865491c5bbb44963cbbb;p=ardour.git diff --git a/libs/pbd/enums.cc b/libs/pbd/enums.cc index 5e68824bac..fbeed72c6b 100644 --- a/libs/pbd/enums.cc +++ b/libs/pbd/enums.cc @@ -39,11 +39,14 @@ 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, WholeGroup); + REGISTER_CLASS_ENUM (Controllable, InverseGroup); REGISTER_CLASS_ENUM (Controllable, UseGroup); REGISTER_CLASS_ENUM (Controllable, NoGroup); + REGISTER_CLASS_ENUM (Controllable, ForGroup); REGISTER (controllable_group_disposition); }