what :
Home > Search > message

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
jit.gl.render External Render Open GL
The jit.gl.render object requires a single argument -- a name that will be attached to its OpenGL context. The OpenGL drawing can be sent to any named jit.window, jit.pwindow or jit.matrix object. Use the drawto destination message to change the destination on which the drawing results will be visible. When drawing to a jit.matrix object, the matrix must be sent to a pwindow or otherwise made visible in order to view the drawing.
jit.iter External Iterate a matrix as a series of Max lists/values
The jit.iter object iterates through all the cells of a matrix, sending a max message or list for each cell out the object's left outlet. The jit.iter object also sends a list of ints out its middle outlet that contains the current cell coordinates.
jit.lcd-layers Patch jit.lcd-layer is a utility patch to assist in using jit.lcd\'s drawpict message to draw layers with different positions, sizes, and transfermodes.
jit.qball External Convert messages at scheduler time to low priority
The jit.qball object places all messages received at scheduler time in the low priority queueö‘even if overdrive is turned off. This is useful for event synchronization and/or graceful data rate reduction (e.g. drop video frames, or drawing commands in the event that they may not be rendered as fast as requested).
jit.textfile External Read and write a matrix as an ASCII text file
The jit.textfile object maintains a text buffer, into which a text file or char matrix can be imported. The buffer can also be edited directly by double-clicking on the object to open an editor window. A bang to the object causes the text buffer to be sent out the left outlet as a matrix. In adapt mode, jit.textfile will analyze the file for carriage returns and deduce the probable width and height of the output matrix (always 1 plane 2 dimensional). String matrices can be output using the line message.
jit.tiffany External Arbitrary rectangular resampling
The jit.tiffany object performs an arbitrary rectangular resampling of a matrix. Thexrange and yrange values represent a percentage of the total matrix size, and are used as an upward limit on facet sizes when jit.tiffany assigns them randomly. The jit.tiffanyobject will generate random values across the x, y or x and y (respectively) axes, limited by the xrange and yrange attributes unless you explicitly specify values using the x, y, or xy messages. Values you do not specify will be randomly generated
jr.onegate Abstraction bang to open gate and let only the first message thru
jr.stopwatch Abstraction Shows elapsed time in either lcd or a message box in format hh:mm:ss. (Extended vesion of 'kronoLCD' by Kasper T Toeplitz)
keep Javaclass (mxj) Store and keep anything: int, float, list, message with arguments...
the stored data is output at loadbang unless the autobang attribute is set to false
keys External Allows the placement of objects in your patch with key commands. Objects are placed at mouse position.
Automate your patch building with key commands to drop objects at mouse position.

n- number box
f- float
m- message
b- button
t- toggle
option-space- Object box

Makes life easier, faster and more enjoyable. More time can be spent perfecting detailed patch cord layouts.
leapmotion External Leap Motion Skeletal Tracking
The object provides an interface to the Leap Motion Skeletal Tracking API (V2). Almost all SDK Features are dumped as prefixed messages in Max: hand and finger parameters, bones, and native gesture recognition.

## Features

* Full Skeletal Tracking
* Automatic left/right hand routing
* Automatic finger routing
* Build-in Leap Motion gesture recognition
* Simple record/replay based on MuBu
loadmess External Send a message when a patch is loaded.
lp.scampf External Scale, offset, and limit floating point values
The core duty of lp.scampf is to multiply incoming values by a scaling factor and then to add an offset. In the following discussion this is referred to as mapping. Additionally, values may be constrained to a given range. Optionally, out-of-range values may be routed to a second outlet. If you prefer, you may specify that an arbitrary message be sent out the right outlet whenever mapped values exceed the specified range.
lp.scampi External Scale, offset, and limit integer values
The core duty of lp.scampi is to multiply incoming values by a scaling factor and then to add an offset. In the following discussion this is referred to as mapping. Additionally, values may be constrained to a given range. Optionally, out-of-range values may be routed to a second outlet. If you prefer, you may specify that an arbitrary message be sent out the right outlet when mapped values exceed the specified range. Finally, you can specify how floating-point results are to be converted to integers. The options cover: conventional rounding, floor, ceiling, truncation (i.e., "to zero "), and "to infinity. "
Lsame External An object to test two messages to see if they are identical
page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

Libraries
boids
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='112' Jasch
Sier
Eric Singer
Wesley Smith
Based on Simon Fraser's implementation of Craig Reynolds' Boids algorithm.
Boids is free for non-commercial use.

Boids is a bird flight and animal flock simulator. It is based on the same algorithm which was used in Jurassic Park for the herding dinosaurs.
Boids takes an integer argument which is the number of boids. Each time Boids receives a bang, it calculates and outputs the new positions of the boids. The output consists of thew coordiantes for each boid, the number and type depending on the mode.

The flight parameters can be changed with messages. Use the 'dump' message to output a list of the current parameter settings.

For more information about the Boids algorithm, see Craig Reynolds' Web site at "http://reality.sgi.com/employees/craig/boids.html".
BulkStore
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='62'Tom Mays bulk storage memory device for all values (any message)
Optimized Gates
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='34'Stephen Kay 7 different optimized gates ("bgate" for bangs, "igate" for ints, "fgate" for floats, "sgate" for symbols, and "lgate" for lists. These do not need to do a message lookup, since they only deal with one data type. Also includes "andGate" and "orGate" by David Roach)
ri.rotatexyz MSP objects
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='170'Ryo Ikeshiro Calculates 3D coordinates after rotation around the x, y and z axes by performing matrix (mathematical, not Jitter) multiplication at signal rate. Ideal for generating signal rate panning data for use with the rotatexyz message to jit.gl.render.

Currently only available for Mac OS X 10.5 or later (Intel). The following have only been tested on Max 5.

4855 objects and 135 libraries within the database Last entries : December 23rd, 2023 Last comments : 0 0 visitor and 77683880 members connected RSS
Site under GNU Free Documentation License