Hi all, I'm preparing my performances for a show and I need to insert a rig into a performance shuffling all the other subsequent slots up one to preserve the work I've done so far. My (admittedly limited) experience as a programmer suggests to me that this is a simple operation to code, basically adding an element to an array and moving all the elements after the new one up but I can't find a way to make it work in RM. Am I missing something basic here?
You can’t I don’t think. you need to reorder first to make the free slot.
Obviously you can only insert a slot if you have 4 or less slots in use of the given performance. In which case you need to individually move/shuffle/reorder (whatever term you like) across one slot position to create the free slot.