QueScript / Reference / <out>¶
<out>command arg1 arg2 {expr}</out>
Simple Example¶
<anim name="simpleRamp" duration="5s" fadeout="2s">
<track name="t1">0. 1.</track>
<out>command ramp {t1}</out>
</anim>
<wait anim="simpleRamp"/>
Content¶
Any List of Strings, numbers and {expr}
Attributes¶
- None
Child Commands¶
- None
Explained¶
<out> will create a Max-message that exits at the left outlet of the 'out' - outlet of the QueScript node. With the above example it would be a list that looks like this:
out command ramp 0.
(if the above animation has just started).