Hey!
I have previously had a loop counter that have worked perfectly until the recent releases. Is it possible to check this code?
${osc(“/setlist/activeSectionLoopCount”)}
Hey!
I have previously had a loop counter that have worked perfectly until the recent releases. Is it possible to check this code?
${osc(“/setlist/activeSectionLoopCount”)}
Hey @danielkoppang,
One thing worth checking before diving deeper: in your post the quotes are curly (“ ”) instead of straight (" "). That might just be the forum’s text formatting, but if they’re curly inside the Canvas field itself, the template won’t evaluate.
Could you check that and let me know if it fixes the issue?
Hey @danielkoppang,
Thanks for confirming! The syntax in your screenshot is correct.
/setlist/activeSectionLoopCount returns the pre-defined maximum number of loops, meaning the number you append to the loop flag in the locator, like +LOOP:4 or +LOOPFULL:4. It’s a static value, so if the section just uses +LOOP or +LOOPFULL without a number, this value stays empty and your label will only show “LOOPS”.
If what you actually want is a live counter that counts up while you’re looping, that’s a different value:
${osc("/setlist/loopCounter") ?? ""} LOOPS
Could you check the following?
:N part, like +LOOP:4?/setlist/activeSectionLoopCount and /setlist/loopCounter. That will tell us right away whether AbleSet is sending the value at all or whether the template is the problem.If none of this solves the issue, could you please create a Log Package? You can create one by opening AbleSet’s icon tray, clicking the gear icon, and then selecting “Create Log Package”. Please make sure to include your project files as well (just the .als files, no audio needed). To send the files, you can upload them to AbleSet’s support inbox.
I’m looking forward to your reply!