Moving plugins around: some attributes get swapped
Such as color, "compacted" on/off state, and iirc a few others (i'm not at a machine that can run carla right now) ...if you move a plugin, the plugin is swapped with the one that was there before, but these attributes don't follow the plugin, so they are swapped between the 2 plugins. I think it's those attributes that are <CustomData> in the XML file.
Looks like, for current git, only redefined (custom) color does not follow plugin but sticks to position number. Compacted state and on/off state are follows as expected. Are there some other properties not work?
Using carla-control, gives some mess, unfortunately. May be it's better to disable moving for remote control for now.
See also #1790.