From ftm
Line 1: | Line 1: | ||
+ | {{Module | | ||
+ | | package=FTM | ||
+ | | name=ftm.play | ||
+ | | brief= | ||
+ | | descr= | ||
+ | | arguments=initialize sequence and optionally begin, end and speed<br> | ||
+ | | attributes=erase - switch whether to successively erase objects from sequence while playing<br> | ||
+ | | messages=stop - stop playing (resets current position)<br>pause - pause playing<br>start - start playing<br>loop - loop current or optionally given sequence and segment (begin and end)<br>play - play current or optionally given sequence and segment (begin and end)<br>bang - play sequence from beginning<br>next - jump to next event<br>sync - sync to given position<br>locate - locate to given position (stops playing)<br>jump - jump to given position<br>reset - stop and reset playing segment to entire sequence<br>set - set sequence and optionally begin, end and speed<br>duration - set duration of playing segment (sets speed so that the playing segment fits given duration)<br>speed - set playing speed<br>end - set end of playing segment<br>begin - set beginning of playing segment<br>erase - switch whether to successively erase objects from sequence while playing<br> | ||
+ | | inlets=0 - message input<br>1 - set beginning of playing segment<br>2 - set end of playing segment<br>3 - set playing speed<br> | ||
+ | | outlets=0 - events while playing<br>1 - time while playing<br>2 - bang at end of segment or sequence<br> | ||
+ | }} | ||
+ | |||
{{Module | | {{Module | | ||
| package=FTM | | package=FTM |
Revision as of 22:08, 14 November 2007
ftm.play | ' | |||||||||||
|
ftm.play | ' | |||||||||||
|