I’m trying to build a preset on the MC6 Pro that dynamically changes the preset name (Long Name) multiple times after I press the switch — kind of like an animation or visual feedback.
Here’s what I’m doing:
Msg1: PRESET RENAME to show a first Long Name
Msg2: DELAY (1000 ms)
Msg3: PRESET RENAME with a different Long Name
Msg4: DELAY again
Msg5: PRESET RENAME with a third Long Name
Msg6: PRESET RENAME with the original Long Name
The issue is: none of the name changes appear on the MC6 Pro’s screen. The preset works fine otherwise, but the display doesn’t reflect the changes — not even for a brief moment.
This won’t work because the Rename function doesn’t trigger the function to display the preset long name. It is just meant to rename the preset and the long name will be displayed at the end of the preset cycle when all the messages are triggered.
In your example, it will just display the original name which from the last Msg6.
Just to follow up — is there any way to force the display to update the Long Name mid-preset? Maybe via a workaround or using another message type? I was trying to create some sort of scrolling or animated feedback on screen, but if Rename only updates after all messages run, maybe I’m thinking about it the wrong way.
Would love to know if there’s any creative workaround!
I ran exactly into the same problem. I tried to achieve temporary messages with Preset Rename and with switching to the Shift state label (and back), but everytime I insert the Delay function, the next message won’t be triggered.
@james Is there any way to achieve a temporary change of the preset name?