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
first-shot Abstraction Outputs only the first message of a stream of messages (bangs, ints, floats, symbols, lists) until the right inlet receives a (reset) bang.
flexible_receive Abstraction Receive messages from different "dist" senders. dist senders should be connected to appropriately named receives
Flies Javaclass (mxj) Flies simulation
In this example the java class Flies.class loaded by mxj is outputting LCD drawing commands for each fly out the 1st outlet and the X, Y, and Z coordinated of each fly out the 2nd outlet in response to the bang message. All computation is done in Flies.class with the exception of the actual mapping to the ioscbanks. Each fly is mapped to an oscillator in ioscbank with;
flush External Provide note-offs message for held notes
Provide note-offs for held notes Turn off notes that are still on
forward External Send remote message to a variety of objects
Unlike the "send" object, the destination receive object of forward can be changed with each message. This modification cannot be made to send because existing patchers already send the "send" message through send for other purposes. All messages other than "send" are sent to a remote object bound to the symbol "forward" currently holds (set as the first argument to the "send" message)
fpic External Display an image file in a box
fpic is a user interface object which reads in an image file and displays the picture in a box. It behaves identically to pictures pasted into a patcher window with the Paste Picture command, but avoids the hassles of saving pictures into patcher files. To read in a new picture, you can either use the read or readany messages (shown below) or select the image file from the object's inspector (Get Info... in the Object menu). The object's box will not be resized after the file is read in, because some image files may have ridiculously sized boxes. By default the picture is always drawn at 100%. The name of the last image file read in and the current box size are saved in the patcher file, so the picture should read in automatically if the file is located in the same folder as the patcher or elsewhere in the search path.
fromsymbol External Transform a symbol into individual numbers or messages
Transform a symbol into individual numbers, messages, etc.
ftm.mess External extended FTM message box
ftm.object External an FTM object in a Max box
The object ftm.obj allows for the static creation of an FTM object. A reference to the FTM object is sent outof ftm.obj when sending a bang to its inlet. All other messages sent to ftm.obj are redirected to the FTM object it contains.
ftm.print External print any message, list value or FTM object to the Max console
ftm.send External send message to FTM object
gain~ External Logarithmic fader for signals
Logarithmic fader for signals. gain~ is a slider that scales signals. It can also make a smooth transition as you move from one value of the slider to the next. Parameters of line's formula that translates between slider values and the signal scalar can be changed via messages or by selecting the object and choosing Get InfoÉ from the Max menu. The formula values are the same as for the linedrive object.
grab External Send a message and extract / Intercept the result
Intercept the output of another object
hint External pop-up floating hint/tooltip for user interface assistance
Move the mouse over the slider below and leave it there for a second. You'll see a message appear on the screen below the slider explaining its function. Now unlock the patcher and you'll see a a dotted hint object that defines the area over which mouse movement will trigger the message. The hint object over the MSP picture below has a number of messages you can use to change its appearance. In addition, you can select a hint object and set its font and font size using the Font menu, or use its Get Info... dialog to set the other stuff.
hr.filtercoeff~ External hr.filtercoeff~ is an audio rate, double precision, biquad filter coefficient generator for several filter types.
hr.filtercoeff~ is an audio rate, double precision, biquad filter coefficient generator for several filter types. Since calucating this at full audio rate can be quite expensive, you can set the internal sampling rate with the resamp message. A resamp value of 1 will calculate coefficients at the current MSP sampling rate(most expensive), 2 at half that rate(cheaper), etc. A resamp value of 0 or >= signal vector size will calculate coefficients once per signal vector(cheapest). The gain input is ignored for the lowpass, highpass, bandpass, bandstop filters. Instead use gainlpass, gainhpass, gainbpass, or gainbstop.
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 24662250 members connected RSS
Site under GNU Free Documentation License