diff --git a/libs/pbd/controllable.cc b/libs/pbd/controllable.cc index a1144286ad..2e4b169c53 100644 --- a/libs/pbd/controllable.cc +++ b/libs/pbd/controllable.cc @@ -115,7 +115,11 @@ Controllable::get_state () * Bytes: 0xB5 0x2D 0x69 0x6E * add_property (X_("name"), _name); // not reloaded from XML state, just there to look at + + // this is not reloaded from XML, but it must be present because it is + // used to find and identify XML nodes by various Controllable-derived objects + + node->add_property (X_("name"), _name); id().print (buf, sizeof (buf)); node->add_property (X_("id"), buf);