From ftm
Line 32: | Line 32: | ||
| inlets=0 - FTM object to copy<br>1 - set copy destination<br> | | inlets=0 - FTM object to copy<br>1 - set copy destination<br> | ||
| outlets=0 - output (reference to) copy destination<br> | | outlets=0 - output (reference to) copy destination<br> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
Line 84: | Line 73: | ||
| arguments=none | | arguments=none | ||
| attributes=none | | attributes=none | ||
− | | messages= - input message<br> | + | | messages=anything - input message<br> |
| inlets=0 - input list<br> | | inlets=0 - input list<br> | ||
| outlets=0 - message outlet<br> | | outlets=0 - message outlet<br> | ||
Line 95: | Line 84: | ||
| arguments=initialization arguments<br> | | arguments=initialization arguments<br> | ||
| attributes=persist - switch FTM object persitence: 'yes' | 'no' (default is 'no')<br>scope - FTM object scope: 'global' | 'local' (default is 'local')<br>name - FTM object name<br> | | attributes=persist - switch FTM object persitence: 'yes' | 'no' (default is 'no')<br>scope - FTM object scope: 'global' | 'local' (default is 'local')<br>name - FTM object name<br> | ||
− | | messages=#load - reload object content to file<br>#save - dump object content to file<br>#close - close FTM object editor<br>#open - open FTM object editor<br>bang - output (reference to) FTM object<br> - messages redirected to FTM object<br> | + | | messages=#load - reload object content to file<br>#save - dump object content to file<br>#close - close FTM object editor<br>#open - open FTM object editor<br>bang - output (reference to) FTM object<br>anything - messages redirected to FTM object<br> |
| inlets=none | | inlets=none | ||
| outlets=0 - (reference to) the FTM object<br>1 - return values of messages send to the FTM object<br> | | outlets=0 - (reference to) the FTM object<br>1 - return values of messages send to the FTM object<br> | ||
Line 106: | Line 95: | ||
| arguments=none | | arguments=none | ||
| attributes=none | | attributes=none | ||
− | | messages=bang - output reference<br> - message to object<br> | + | | messages=bang - output reference<br>anything - message to object<br> |
| inlets=none | | inlets=none | ||
| outlets=0 - object reference (when bang)<br>1 - method return values<br> | | outlets=0 - object reference (when bang)<br>1 - method return values<br> | ||
Line 114: | Line 103: | ||
| name=ftm.play | | name=ftm.play | ||
| brief=play a sequence | | brief=play a sequence | ||
− | | descr=Plays a sequence outputting the sequence elements | + | | descr=Plays a sequence outputting the sequence elements. |
| arguments=initialize sequence and optionally begin, end and speed<br> | | arguments=initialize sequence and optionally begin, end and speed<br> | ||
| attributes=erase - switch whether to successively erase objects from sequence while playing<br> | | attributes=erase - switch whether to successively erase objects from sequence while playing<br> | ||
Line 125: | Line 114: | ||
| name=ftm.print | | name=ftm.print | ||
| brief=print to the console | | brief=print to the console | ||
− | | descr=Prints any input (single values, lists, messages) to the console. | + | | descr=Prints any input (single values, lists, messages) to the console. |
+ | Evokes print method of FTM objects when incoming as single value. | ||
| arguments=0 - <sym: prompt> - prompt symbol<br> | | arguments=0 - <sym: prompt> - prompt symbol<br> | ||
| attributes=none | | attributes=none | ||
− | | messages= - print message or FTM object<br>bang - print bang<br> | + | | messages=anything - print message or FTM object<br>bang - print bang<br> |
| inlets=0 - [<any: values> ...] - print value or list<br> | | inlets=0 - [<any: values> ...] - print value or list<br> | ||
| outlets=none | | outlets=none |
Revision as of 21:42, 16 November 2007
Reference under construction...
ftm.absargs | ' | |||||||||||
|
ftm.buffer | ' | |||||||||||
|
ftm.copy | ' | |||||||||||
|
ftm.guilistener | ' | |||||||||||
|
ftm.inter | ' | |||||||||||
|
ftm.jitter | ' | |||||||||||
|
ftm.mess | ' | |||||||||||
|
ftm.o | ' | |||||||||||
|
ftm.object | ' | |||||||||||
|
ftm.play | play a sequence | |||||||||||
Plays a sequence outputting the sequence elements. | ||||||||||||
|
ftm.print | print to the console | |||||||||||
Prints any input (single values, lists, messages) to the console.
Evokes print method of FTM objects when incoming as single value. | ||||||||||||
|
ftm.record | ' | |||||||||||
|
ftm.sdif.info | ' | |||||||||||
|
ftm.sdif.write | ' | |||||||||||
|
ftm.tween | ' | |||||||||||
|
ftm.value | ' | |||||||||||
|