This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
QS1 print cmd
maybites edited this page Nov 14, 2021
·
1 revision
home/reference v1.x/<print>
<print>message arg1 arg2 {expr}</print>
<anim name="simpleRamp" duration="5s" fadeout="2s">
<track name="t1">0. 1.</track>
<print>message ramp {t1}</print>
</anim>
<wait anim="simpleRamp"/>
Any List of Strings, numbers and {expr}
- None
- None
Like all messages, <print> 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:
print message ramp 0.
(if the above animation has just started).
It is up to the implementing programmer to decide what to do with it. It is intended to send it to a 'route' - object and then to pass the leftover ('message ramp 0.') to a Max print-object.
(c) by Martin Froehlich maybites