prioritising
Hi,
just a question about ordering, I understand the message ordering system, but wandering if there is an opposite object of defer or deferlow to force priority of a message.
cheers in advance...
you can use any object which supports high priority output as only option for that purpose.
with [pipe 0.] and [del 0.] for example you will move everything you want from main to high (if overdrive is on)
-110
Hi thanks i'll give it a go!
I think what @roman wrote may be a bit misleading. Running a message through [pipe 0] or [delay 0] doesn't somehow make it happen sooner than it otherwise would. Indeed, it does the opposite, putting it later in the message order, regardless of whether the message was originally "low priority" or "high priority".
you are right, one could say i only answered the second part of his question while ignoring the error in the first. ;)
yeh it didn't work I just used [defer] to delay a couple of the other messages, [swap] would have been ideal but doesn't handle lists.
make your own "swap" using buddy & co (or around a zl reg register) for lists.
buddy & co?