XOR Userforum

Full Version: [NO BUG] SKIP does not work in XXMP block
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In the mapping screen, I create an XXMP block of a bunch of rows, and in that block, I have a SKIP block. When I trigger this XXMP block from the sequencer, the SKIP block is never skipped.
The XMAP/XXMP/XLOD blocks in the mappings always run independend from the regular executuion and so the basic skip orders are ignored. This is a intended behaviour.
If you want these to be involved then you better execute a command that changes a variable and based on that things are executed or now. There skip 'barriers' will work.
I’m specifically triggering XXMP blocks from the sequencer for timing purposes, so to not depend on the mapping scheduler’s timing. That would not work with what you suggest. But, luckily, I managed to resolve my issues with creatively using CALC IF, instead of SKIP.