Here’s one of the biggest pain points about patching on the MetaModule: I often have several of the same module — often a utility like the MIDI>CV module or the Atvert 2. The MetaModule interface only identifies them by the module name, so I have to keep track of which Atvert 2 is which using their position in the patch, or follow the connections.
It would be great if, instead, I could assign each module a custom name.
A simple way to implement this would be to use the Stoermelder Glue module, which lets me assign custom labels to modules in VCV Rack. The Meta Hub could look for a Glue module in the VCV patch and, if it finds one, pull those labels into the .yml patch file. (Ideally it would also be possible to set and edit those labels within the MetaModule, but you could use a firmware interface for that; you wouldn’t need to port Glue to the MetaModule.)