QueScript / Reference / <send>¶
<send>/address command arg1 arg2 {expr}</send>
Simple Example¶
<anim name="simpleRamp" duration="5s" fadeout="2s">
<track name="t1">0. 1.</track>
<send>address ramp {t1}</send>
</anim>
<wait anim="simpleRamp"/>
Content¶
Any List of Strings, numbers and {expr}
Attributes¶
- None
Child Commands¶
- None
Explained¶
<send> will send a Max-message to any [receive] object within the max environment. With the above example it would be a list that looks like this:
ramp 0.
(if the above animation has just started).