CASE 15 is powerful, but it follows strict rules to avoid playback errors. If these conditions aren’t met, the controller will ignore the command and continue normal playback.
🔄 Mini-Loop Rules:
-
✅ Starting frame must be 2 or higher
Frame 1 is reserved for header/timing and cannot be looped. -
✅ Starting frame must be less than the total number of frames in the sequence
You can’t loop beyond the end of the animation. -
✅ Mini-loop count must be at least 1
If the loop count is 0 or unset, the mini-loop is skipped entirely.
🧠 Memory Bank Switching Rules:
-
✅ Target memory slot must already contain a saved sequence
If the selected memory bank is empty or invalid, the switch is ignored.
⚠️ Why these rules matter:
These checks prevent the controller from crashing, freezing, or repeating empty data. Always validate your CASE 15 frame structure and test your sequences before deploying them in a final setup.

Leave a Reply
You must be logged in to post a comment.