-
Notifications
You must be signed in to change notification settings - Fork 0
QS0 out cmd
maybites edited this page Sep 12, 2022
·
1 revision
home/reference v0.x/<out>
<out>command arg1 arg2 {expr}</out>
<anim name="simpleRamp" duration="5s" fadeout="2s">
<track name="t1">0. 1.</track>
<out>command ramp {t1}</out>
</anim>
<wait anim="simpleRamp"/>
Any List of Strings, numbers and {expr}
- None
- None
Like all messages, <out> will create a Max-message that exits at the left outlet of the QueScript Max-object. With the above example it would be a list that looks like this:
out command ramp 0.
(if the above animation has just started).
It is up to the implementing porgrammer to decide what to do with it. It is intended to send it to a 'route' - object to separate the 'out' from the other messages and then to do what ever the programmers intentions are.
(c) by Martin Froehlich maybites