int |
input [int]
|
Numbers or symbols are stored in the order in which they are received. |
float |
input [float]
|
Numbers or symbols are stored in the order in which they are received. |
list |
input [list]
|
All numbers and/or symbols in the list are stored in order from first to last. |
anything |
input [list]
|
All numbers and/or symbols are stored in order from first to last. |
(mouse) |
|
Double-clicking on the object in a locked patcher will open a window which displays all values stored internally. |
clear |
|
Erases the contents of a capture object. |
dump |
|
Outputs the contents of the capture object, one item at a time, out the left outlet. |
count |
input [int]
|
Sends the number of items collected since the last count message out the right outlet of the capture object. |
open |
|
Causes the window associated with the capture object to become visible. The window is also brought to the front. Double-clicking on the capture object in a locked patcher has the same effect. |
wclose |
|
Closes the window associated with the capture object. |
write |
filename [symbol]
|
The word write, followed by a symbol, saves the contents of the capture object into a text file, using the symbol as the filename. The file will be saved in the same folder as the Max application, unless the symbol is a pathname specifying some other folder (such as write "MyDisk:/Documents/Captured Data/outputfile"). The word write by itself causes a standard Save As dialog box to be opened, allowing you to name the file and save it in the desired folder. |