#N canvas 0 0 632 659 10; #X obj 0 0 doc_demo; #X obj 3 32 doc_section General Topics; #X obj 108 64 doc_link about 1; #X text 180 64 about GridFlow (credits \, etc); #X obj 108 96 doc_link intro 1; #X text 180 96 the main goal of this library (but not the only one); #X obj 114 128 doc_link attr 1; #X text 180 128 attributes \, the 'get' method \, etc; #X obj 102 160 doc_link canvas 1; #X text 180 160 methods added by GridFlow to pd's canvas class accessible through \[namecanvas\]); #X obj 114 192 doc_link grid 1; #X text 180 192 what is a grid ?; #X obj 108 224 doc_link image 1; #X text 180 224 an image of pixels is just one way to use a grid; #X obj 90 256 doc_link indexmap 1; #X text 180 256 goes with \[#store\]; #X obj 108 288 doc_link numop 1; #X text 180 288 numops represent ways of combining two numbers (usually); #X obj 96 320 doc_link numtype 1; #X text 180 320 numtypes allow you to balance precision \, range \, headroom and efficiency ("speed"); #X obj 3 372 doc_section Object Classes; #X obj 138 404 # +; #X text 180 404 plain numeric operators on grids: + - * / etc; #X obj -6 436 #apply_colormap_channelwise; #X text 180 436 apply color correction tables separately on each channel; #X obj 54 468 #background_model; #X text 180 468 make mask from learning to distinguish background from foreground; #X obj 114 500 #border; #X text 180 500 add padding on sides of a grid; #X obj 114 532 #camera; #X text 180 532 control panel for opening cameras; #X obj 126 564 #cast; #X text 180 564 convert grid from one number type to another; #X obj 102 596 #centroid; #X text 180 596 find centroid (weighted average) of the coordinates of a grid; #X obj 114 628 #change; #X text 180 628 send grid only if different from previous grid; #X obj 102 660 #checkers; #X text 180 660 make image of chequered background in two tones of grey; #X obj 126 692 #clip; #X text 180 692 min and max; #X obj 72 724 #cluster_avg 4; #X text 180 724 computes several averages at once according to a table of indices; #X obj 4 756 #color; #X text 180 756 GUI for selecting a colour; #X obj 102 827 #contrast; #X text 180 827 adjust contrast in two different ways; #X obj 102 859 #convolve; #X text 180 859 compute convolution product of a grid (blur and edge-detection); #X obj 132 891 #dim; #X text 180 891 get the size (dimensions) of a grid; #X obj 78 923 #downscale_by; #X text 180 923 reduce the size of an image by a whole factor; #X obj 96 955 #draw_hpgl; #X text 180 955 plot lines given in HPGL format \, using [#draw_polygon]; #X obj 90 987 #draw_image; #X text 180 987 picture-in-picture; #X obj 84 1019 #draw_points; #X text 180 1019 (future use); #X obj 78 1051 #draw_polygon; #X text 180 1051 draw polygon in an image; #X obj 96 1083 #draw_rect; #X text 180 1083 draw a rectangle in an image; #X obj 84 1115 #draw_slider; #X text 180 1115 draw a slider in an image; #X obj 54 1147 #extract_diagonal; #X text 180 1147 extract the main diagonal from a matrix; #X obj 126 1179 #fade; #X text 180 1179 fade in exponential-decay fashion (linear recurrence); #X obj 102 1211 #fade_lin; #X text 180 1211 fade in piecewise-linear fashion; #X obj 102 1243 #fastblur; #X text 180 1243 speedy shortcut for rectangular blur; #X obj 132 1275 #fft; #X text 180 1275 compute forward or inverse one-or-two-dimensional complex FFT of a grid; #X obj 102 1307 #finished; #X text 180 1307 bang when grid transmission has ended; #X obj 114 1339 #fold +; #X text 180 1339 compute the sum of each row \, product of each row \, and other similar operations; #X obj 96 1371 #for 0 4 1; #X text 180 1371 make a grid from all numbers or coordinates in a certain range; #X obj 102 1403 #from_pdp; #X text 180 1403 convert pdp image/*/* to grid; #X obj 102 1435 #from_pix; #X text 180 1435 convert pix (GEM) to grid; #X obj 120 1467 #from~; #X text 180 1467 turn several signals into a sequence of multichannel grids; #X obj 120 1499 #gamma; #X text 180 1499 apply gamma correction; #X obj 120 1531 #grade; #X text 180 1531 make an index of the sorting of a grid; #X obj 54 1563 #greyscale_to_rgb; #X text 180 1563 convert greyscale to RGB; #X obj 120 1595 #hello; #X text 180 1595 make 7 colour bars; #X obj 102 1627 #hueshift; #X text 180 1627 apply hue shift by rotating the color wheel; #X obj 114 1659 #import; #X text 180 1659 convert float \, list \, or symbol ASCII codes \, to a grid; #X obj 138 1691 #in; #X text 180 1691 open file or device for reading or download; #X obj 120 1723 #inner; #X text 180 1723 scalar ("dot") product \, matrix product \, tensor contraction \, image channel remapping \, etc.; #X obj 114 1755 doc_link #in~; #X text 180 1755 open file or device for reading or download \, with sound (experimental); #X obj 84 1787 doc_link #io.aalib; #X text 180 1787 open an aalib window; #X obj 78 1819 doc_link #io.dc1394; #X text 180 1819 open a faiawaia "DC" camera (not DV) using a Linux-compatible OS; #X obj 90 1851 doc_link #io.grid; #X text 180 1851 read or write a .grid file (GridFlow storage format); #X obj 90 1883 doc_link #io.jpeg; #X text 180 1883 read or write a .jpeg file; #X obj 90 1915 doc_link #io.mpeg; #X text 180 1915 read a .mpeg video file; #X obj 96 1947 doc_link #io.png; #X text 180 1947 read a .png image file; #X obj 96 1979 doc_link #io.ppm; #X text 180 1979 read a .pbm or .pgm or .ppm image file or write a .ppm image file; #X obj 78 2011 doc_link #io.quartz; #X text 180 2011 open a Quartz window (OSX); #X obj 30 2043 doc_link #io.quicktimeapple; #X text 180 2043 read a .mov video file (OSX); #X obj 24 2075 doc_link #io.quicktimecamera; #X text 180 2075 open a QuickTime Sequence Grabber (Camera / Video input) device; #X obj 48 2107 doc_link #io.quicktimehw; #X text 180 2107 read a .mov or .avi video file (Linux); #X obj 96 2139 doc_link #io.sdl; #X text 180 2139 open a SDL window (Windows \, Linux \, OSX); #X obj 66 2171 doc_link #io.videodev; #X text 180 2171 open a V4L1 device (Linux-only interface for video cameras and video digitisers); #X obj 96 2203 doc_link #io.x11; #X text 180 2203 open a X11 window (Linux \, etc); #X obj 126 2235 #join; #X text 180 2235 join two grids together along any dimension; #X obj 96 2267 #labelling; #X text 180 2267 tag connected pixels with region numbers in a two-tone single-channel image; #X obj 120 2299 #layer; #X text 180 2299 layer two same-sized images; #X obj 60 2331 #line_to_polygon; #X text 180 2331 convert line (as point pair) to polygon (rotated rectangle); #X obj 96 2363 #lop_space; #X text 180 2363 fade in spatially (up \, down \, left \, right \, etc) by IIR filtering; #X obj 90 2395 #make_arrow; #X text 180 2395 make an arrow "polygon" from 2 points (for use with line mode of [#draw_polygon]); #X obj 90 2427 #make_cross; #X text 180 2427 make cross-shaped polygon; #X obj 107 2459 #many tgl 3 3; #X text 180 2459 [#many]: create and organise many identical GUI objects; #X obj 96 2528 #many-prop; #X text 180 2528 properties dialogue for [#many]; #X obj 114 2560 #moment; #X text 180 2560 find 1st or 2nd order moment (weighted average or variance) of the coordinates of a grid; #X obj 78 2592 #moment_polar; #X text 180 2592 convert covariance matrix to the longest and shortest radius of an ellipse and a rotation angle; #X obj 54 2624 #motion_detection; #X text 180 2624 frame difference with some options; #X obj 120 2656 #mouse; #X text 180 2656 converts mouse events to reports of clicks \, drags \, unclicks \, motions \, and separate buttons and wheel; #X obj 60 2688 #noise_gate_yuvs; #X text 180 2688 replaces dark pixels by black pixels in signed YUV images; #X obj 132 2720 #out; #X text 180 2720 open file or device for writing or upload; #X obj 108 2752 #outer +; #X text 180 2752 apply numeric operator on all possible combinations of elements of one grid with elements of another; #X obj 126 2784 #pack; #X text 180 2784 combine floats on separate inlets to make a grid; #X obj 84 2816 #perspective; #X text 180 2816 divide each point by its depth; #X obj 78 2848 #polygon_area; #X text 180 2848 find area of a polygon in square pixels; #X obj 42 2880 #polygon_comparator; #X text 180 2880 find similarity between two polygons independently of rotation \, by radial maps and FFT; #X obj 48 2912 #polygon_each_edge; #X text 180 2912 convert a polygon to a sequence of overlapping 2-sided polygons representing edges; #X obj 66 2944 #polygon_moment; #X text 180 2944 find average of all points inside of a polygon; #X obj 48 2976 #polygon_perimetre; #X text 180 2976 find perimetre of a polygon in pixels (euclidian); #X obj 42 3008 #polygon_radial_map; #X text 180 3008 find radius of a polygon from a given origin \, sampled at equally spaced angles; #X obj 96 3040 #posterize; #X text 180 3040 quantise pixel values; #X obj 120 3072 #print; #X text 180 3072 print to console; #X obj 120 3104 #ravel; #X text 180 3104 do #redim so that a grid keeps same number of elements but just one dimension; #X obj 114 3136 #record; #X text 180 3136 wrapper around [#in quicktime]; #X obj 102 3168 #redim (); #X text 180 3168 change the size of a grid by restreaming contents into a new shape; #X obj 90 3200 #reinterval; #X text 180 3200 change the scale of values from one interval to another; #X obj 84 3232 #remap_image; #X text 180 3232 apply object chain on pixel positions to make new image from chosen pixels of the input image; #X obj 108 3264 #reverse; #X text 180 3264 mirror image of a grid along a dimension; #X obj 54 3296 #rgb_to_greyscale; #X text 180 3296 convert RGB to greyscale; #X obj 84 3328 #rgb_to_rgba; #X text 180 3328 convert RGB to RGBA (but setting alpha to 0); #X obj 90 3360 #rgb_to_yuv; #X text 180 3360 convert RGB to unsigned YUV; #X obj 84 3392 #rgba_to_rgb; #X text 180 3392 convert RGBA to RGB; #X obj 114 3424 #rotate; #X text 180 3424 rotate points through two axes (or rotate pixels as points in a colorspace); #X obj 72 3456 #rotatificator; #X text 180 3456 make rotation matrix for any two dimensions chosen from a space of any number of dimensions; #X obj 90 3488 #saturation; #X text 180 3488 multiply chroma by some value; #X obj 102 3520 #scale_by; #X text 180 3520 reduce the size of an image by a whole factor; #X obj 102 3552 #scale_to; #X text 180 3552 scale an image from one size to any other size by deleting or duplicating rows and columns; #X obj 114 3584 #scan +; #X text 180 3584 compute the cumulative sums of each row \, and other similar operations; #X obj 91 3616 #see; #X text 180 3616 [#see]: view video output within patch and collect mouse/key info; #X obj 102 3688 #seq_fold; #X text 180 3688 cascade the use of an object on all elements of an incoming grid message sequence; #X obj 120 3720 #slice; #X text 180 3720 crop an image using a start point (top left) and end point (bottom right); #X obj 102 3752 #solarize; #X text 180 3752 like pingpong but on all pixel values of a grid; #X obj 126 3784 #sort; #X text 180 3784 sort each row of a grid; #X obj 114 3816 #spread; #X text 180 3816 add noise to each vector (point or pixel); #X obj 108 3848 #sprintf; #X text 180 3848 a version of gf/sprintf that directly produces a grid; #X obj 120 3880 #store; #X text 180 3880 store image in RAM \, in-place picture-in-picture \, and make lookups in various ways; #X obj 126 3912 #swap; #X text 180 3912 like [swap] for grids; #X obj 138 3944 #t; #X text 180 3944 like [t a a] for grids; #X obj 108 3976 #tabread; #X text 180 3976 for doing many tabreads at once \, from a grid to a grid; #X obj 102 4008 #tabwrite; #X text 180 4008 for doing many tabwrites at once \, from two grids; #X obj 72 4040 #text_to_image; #X text 180 4040 use a fixed-width font grid to make a tiling of characters as specified by a text string; #X obj 102 4072 #to_float; #X text 180 4072 convert grid to sequence of floats; #X obj 114 4104 #to_iem; #X text 180 4104 convert grid(3) to IEMGUI colour code; #X obj 108 4136 #to_list; #X text 180 4136 convert grid to list; #X obj 90 4168 #to_literal; #X text 180 4168 convert grid to grid-literal (list with a # sign); #X obj 114 4200 #to_pdp; #X text 180 4200 convert grid to pdp image/*/*; #X obj 114 4232 #to_pix; #X text 180 4232 convert grid to pix (GEM); #X obj 96 4264 #to_symbol; #X text 180 4264 convert grid of ASCII codes to symbol; #X obj 114 4296 doc_link #to~; #X text 180 4296 convert grid to signal; #X obj 96 4328 #transpose; #X text 180 4328 swap two dimensions out of any \, in a grid; #X obj 126 4360 #type; #X text 180 4360 get a symbol representing the number type of a grid; #X obj 96 4392 #type-gui; #X text 180 4392 [#type-gui]: a hradio or vradio for selecting a type for use by 'cast' methods; #X obj 114 4488 #unpack; #X text 180 4488 split a grid into floats on separate outlets; #X obj 114 4520 #window; #X text 180 4520 a [#out window] that can be toggled to appear and disappear; #X obj 90 4552 #yuv_to_rgb; #X text 180 4552 convert unsigned YUV to RGB; #X obj 132 4584 args; #X text 180 4584 pick up the arguments of an abstraction instance \, including nested lists and init-messages; #X obj 126 4616 ascii; #X text 180 4616 write integer as decimal in ascii codes; #X obj 96 4648 ascii_to_f; #X text 180 4648 converts a list of ascii codes to a float; #X obj 132 4680 attr; #X text 180 4680 dictionary to be used for storing attributes of abstractions \, among other things; #X obj 84 4712 class_exists; #X text 180 4712 figure out whether a class has been loaded by pd; #X obj 114 4744 cv/#Add; #X text 180 4744 OpenCV addition; #X obj 114 4776 cv/#And; #X text 180 4776 OpenCV bitwise AND; #X obj 72 4808 cv/#ApproxPoly; #X text 180 4808 OpenCV polygon approximator; #X obj 60 4840 cv/#CornerHarris; #X text 180 4840 OpenCV Harris corner-detector; #X obj 114 4872 cv/#Div; #X text 180 4872 OpenCV division; #X obj 90 4904 cv/#Ellipse; #X text 180 4904 OpenCV draw ellipse; #X obj 30 4936 cv/#HaarDetectObjects; #X text 180 4936 OpenCV (future use); #X obj 96 4968 cv/#Invert; #X text 180 4968 OpenCV invert matrix; #X obj 84 5000 cv/#KMeans 4; #X text 180 5000 OpenCV K-Means clusteriser; #X obj 114 5032 cv/#Mul; #X text 180 5032 OpenCV multiplication; #X obj 120 5064 cv/#Or; #X text 180 5064 OpenCV bitwise OR; #X obj 114 5096 cv/#SVD; #X text 180 5096 OpenCV singular value decomposition (eigendecomposition); #X obj 114 5128 cv/#Sub; #X text 180 5128 OpenCV subtraction; #X obj 114 5160 cv/#Xor; #X text 180 5160 OpenCV bitwise XOR; #X obj 138 5192 display; #X text 180 5192 [display]: print message or grid inside of the patch; #X obj 66 5224 doc_link doc_accolade; #X text 180 5224 GFDP accolade; #X obj 96 5256 doc_link doc_add; #X text 180 5256 add a [doc_m] in the parent of the parent canvas; #X obj 90 5288 doc_link doc_also; #X text 180 5288 GFDP subheader for listing related classes; #X obj 84 5320 doc_link doc_below; #X text 180 5320 instruct [doc_layout] to put a GFDP element below another one; #X obj 78 5352 doc_link doc_bottom; #X text 180 5352 find the bottom of a GFDP element; #X obj 108 5384 doc_link doc_c; #X text 180 5384 GFDP subheader for creation arguments documentation; #X obj 102 5416 doc_link doc_cc; #X text 180 5416 GFDP subsubheader for creation arguments documentation; #X obj 90 5448 doc_link doc_demo; #X text 180 5448 header of an example patch; #X obj 66 5480 doc_link doc_editmode; #X text 180 5480 automatically move [cnv] and [bng] when switching from/to edit mode; #X obj 84 5512 doc_link doc_exist; #X text 180 5512 check whether a certain GFDP component already exists in the help patch; #X obj 108 5544 doc_link doc_f; #X text 180 5544 footer of a GFDP help patch; #X obj 108 5576 doc_link doc_h; #X text 180 5576 header of a GFDP help patch; #X obj 108 5608 doc_link doc_i; #X text 180 5608 GFDP subheader for inlet documentation; #X obj 72 5640 doc_link doc_iemfont; #X text 180 5640 figure out correct font size to use with IEMGUI widgets; #X obj 102 5672 doc_link doc_ii; #X text 180 5672 GFDP subsubheader for inlet documentation; #X obj 78 5704 doc_link doc_layout; #X text 180 5704 enforce correct layout of the abstraction containing it \, in the parent's abstraction; #X obj 90 5736 doc_link doc_link; #X text 180 5736 GFDP hyperlink for opening another helpfile; #X obj 108 5768 doc_link doc_m; #X text 180 5768 GFDP subsubsubheader for one method or one creation argument; #X obj 90 5800 doc_link doc_make; #X text 180 5800 add GFDP subsubheaders in the parent of the parent canvas; #X obj 108 5832 doc_link doc_o; #X text 180 5832 GFDP subheader for outlet documentation; #X obj 102 5864 doc_link doc_oo; #X text 180 5864 GFDP subsubheader for outlet documentation; #X obj 90 5896 doc_link doc_same; #X text 180 5896 GFDP pseudo-comment for saying a method is same as a creation argument; #X obj 55 5928 doremi; #X text 180 5928 [doremi]: gui object for displaying midi notes; #X obj 120 6017 expect; #X text 180 6017 currently does like list.== (will do more than that in the future); #X obj 138 6049 for; #X text 180 6049 make sequence of float messages for each number in a range with specified stepping; #X obj 114 6081 foreach; #X text 180 6081 convert a list to a sequence of atom messages; #X obj 138 6113 fps; #X text 180 6113 measure frames per second and make statistics; #X obj 114 6145 gemdead; #X text 180 6145 fake [gemhead] for use with [#to_pix] without having to use [gemwin]; #X obj 66 6177 gf/canvas_count; #X text 180 6177 tell total number of objects in a canvas; #X obj 36 6209 gf/canvas_dollarzero; #X text 180 6209 tell the \$0 of an uplevel canvas; #X obj 42 6241 gf/canvas_edit_mode; #X text 180 6241 tell the edit mode of a canvas; #X obj 48 6273 gf/canvas_filename; #X text 180 6273 tell the filename of a canvas; #X obj 60 6305 gf/canvas_getpos; #X text 180 6305 tell the position of a canvas in its parent canvas; #X obj 48 6337 gf/canvas_hehehe 0; #X text 180 6337 resize window automatically; #X obj 48 6369 gf/canvas_hohoho 0; #X text 180 6369 draw dashed box; #X obj 66 6401 gf/canvas_index; #X text 180 6401 tell the index of a canvas in its parent canvas; #X obj 36 6433 gf/canvas_isselected; #X text 180 6433 tell whether a canvas is selected in its parent canvas; #X obj 48 6465 gf/canvas_loadbang; #X text 180 6465 send loadbang to the most recently created objects of a canvas; #X obj 60 6497 gf/canvas_setgop; #X text 180 6497 set GOP options of a canvas; #X obj 60 6529 gf/canvas_setpos; #X text 180 6529 set the position of a canvas in its parent canvas; #X obj 78 6561 gf/canvas_xid; #X text 180 6561 tell the x11 id of a canvas \, its window \, and tell the tk id of a canvas; #X obj 78 6593 gf/class_info; #X text 180 6593 query info from GF's external classes (not abstractions); #X obj 108 6625 gf/error; #X text 180 6625 emit error message from the perspective of the current abstraction instance in its parent patch; #X obj 84 6657 gf/find_file; #X text 180 6657 find a file the same way that [#in] does; #X obj 102 6689 gf/getcwd; #X text 180 6689 tell the current working directory (as set by the "cd" shell command); #X obj 102 6721 gf/getpid; #X text 180 6721 tell the process id of the pd server; #X obj 126 6753 gf/gl; #X text 180 6753 OpenGL interface as simpler alternative to many of GEM's classes; #X obj 72 6785 gf/io_generate; #X text 180 6785 for internal use by #in and #out; #X obj 120 6817 gf/l2s; #X text 180 6817 another list-to-symbol converter; #X obj 108 6849 gf/lol 0; #X text 180 6849 make wires dashed or invisible \, reposition and measure height of comments \, etc.; #X obj 84 6881 gf/mouse_spy; #X text 180 6881 tell mouse/key events of a single patch window in [#out window] format; #X obj 84 6913 doc_link gf/nbxhsl; #X text 180 6913 combined [nbx] and [hsl] boxes as used by [#camera]; #X obj 90 6945 gf/not_open; #X text 180 6945 used by [#in] [#in~] [#out] to represent closed state; #X obj 72 6977 gf/object_bbox; #X text 180 6977 find bounding box of object in canvas; #X obj 96 7009 gf/oneshot; #X text 180 7009 spigot that shuts itself down after each message; #X obj 66 7041 gf/propertybang; #X text 180 7041 bang when right-click properties; #X obj 120 7073 gf/s2l; #X text 180 7073 another symbol-to-list converter; #X obj 90 7105 gf/selector; #X text 180 7105 report the true selector of the incoming message; #X obj 96 7137 gf/sprintf; #X text 180 7137 the most complete wrapper of sprintf; #X obj 90 7169 gf/string_<; #X text 180 7169 compare two strings; #X obj 60 7201 gf/string_length; #X text 180 7201 measure the length of a string (in bytes); #X obj 54 7233 gf/string_replace; #X text 180 7233 search and replace substrings in a symbol; #X obj 60 7265 gf/suffix_lookup; #X text 180 7265 find the objectclass corresponding ; #X obj 96 7297 gf/sys_gui; #X text 180 7297 send internal Tcl/Tk commands from pd server to pd client; #X obj 66 7329 doc_link gf/tk_button; #X text 180 7329 Tcl/Tk button available on the canvas; #X obj 114 7361 gf/wrap; #X text 180 7361 another wrap like pd's wrap and zexy's wrap; #X obj 108 7393 gridflow; #X text 180 7393 get GridFlow's version number \, folder \, and the name of the OS; #X obj 72 7425 hpgl_find_bbox; #X text 180 7425 find the bounding box of a sequence of hpgl commands; #X obj 60 7457 hpgl_font_render; #X text 180 7457 include hpgl files from disk for drawing text; #X obj 102 7489 hpgl_op +; #X text 180 7489 use [#] on hpgl commands; #X obj 42 7521 hpgl_track_position; #X text 180 7521 remember last mentioned hpgl coordinate; #X obj 60 7553 interval_overlap; #X text 180 7553 test whether two intervals of floats overlap; #X obj 132 7585 inv*; #X text 180 7585 swapped /; #X obj 132 7617 inv+; #X text 180 7617 swapped -; #X obj 114 7649 list.==; #X text 180 7649 test two lists of floats and/or symbols for equality; #X obj 108 7681 listfind; #X text 180 7681 find index of an element in a list; #X obj 90 7713 listflatten; #X text 180 7713 merge all nested lists together \, depth-first; #X obj 108 7745 listread; #X text 180 7745 find element at an index in a list; #X obj 90 7777 listreverse; #X text 180 7777 mirror image of a list; #X obj 102 7809 norecurse; #X text 180 7809 simple spigot for preventing control-recursion; #X obj 60 7841 doc_link parallel_port; #X text 180 7841 send to and receive from a DB25 parallel port; #X obj 108 7873 pingpong; #X text 180 7873 turns value of a counter into a zigzag between 0 and a given value; #X obj 66 7905 plotter_control; #X text 180 7905 make HPGL commands; #X obj 72 7937 plotter_parser; #X text 180 7937 interprets ascii codes as HPGL commands and output them as messages; #X obj 84 7969 qwerty_piano; #X text 180 7969 imitation of [notein] using [key] and [keyup]; #X obj 126 8001 range; #X text 180 8001 multiple moses in cascade; #X obj 84 8033 receives \$0-; #X text 180 8033 multiple receives with common outlet and other outlet telling the name of intended destination; #X obj 120 8065 route2; #X text 180 8065 route messages but keep them intact (does not remove selector); #X obj 120 8097 route3; #X text 180 8097 like route \, but the selector is only replaced by 'list' instead of \$1; #X obj 108 8129 seq_fold; #X text 180 8129 cascade the use of an object on all elements of an incoming message sequence; #X obj 114 8161 setargs; #X text 180 8161 set the arguments of an abstraction instance; #X obj 126 8193 shunt; #X text 180 8193 demultiplexer: send input to separately specified outlet; #X obj 96 8225 systemtime; #X text 180 8225 time spent by process in kernel mode \, as measured by the OS; #X obj 114 8257 tsctime; #X text 180 8257 high-resolution real time \, as measured by the CPU; #X obj 102 8289 unix_time; #X text 180 8289 real time as measured by the OS \, including date; #X obj 108 8321 usertime; #X text 180 8321 time spent by process in non-kernel mode \, as measured by the OS; #X obj 126 8353 var.#; #X text 180 8353 like [f] for grids; #X text 0 8385 242 classes are listed in this index.;