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
deferlow External Defer the execution of a message (always).
De-prioritize a message to the lowest priority.
del-fb~ Abstraction Delay line with feedback.
Delay line with feedback. The 1st argument of the function is the max delay time (ms), the second is the default feedback attenuation (dB). A "clear" message sent to the rightmost inlet clears the delay line.
devosc External Read devosc data from /dev/osc and output as a binary "fullpacket" message
dialog External Open a dialog box for text entry
Dialog makes a symbol out of the text you type in (or a message if you set the right inlet to 1) and sends it out the outlet when you click on the OK button in the dialog box. Note that the output of a dialog object is not directly "caused" by sending the object a message, so you can't count on it happening by a certain time).
dispatchBP Module dispatches incoming note messages to different receivers
dispatchMIDIBP Module dispatches incoming note messages by MIDI channel
dist External Sending messages to named objects anywhere in MAX

1 comment

dot.debounce Abstraction Filters multiple messages.
dot.matchNth Abstraction Outputs message if the nth item matches the argument.
Outputs message if the nth item matches the argument.
dot.matcNth Abstraction Outputs message if the nth item address pattern matches the argument.
Outputs message if the nth item address pattern matches the argument.
dot.properties Abstraction regexp wrapper for parsing tagged message properties expressed in the form "@[label] [data]". Second outlet outputs number of backreferences.
dot.repeat Abstraction Repeats a message a specified number of times.
dot.route~ Abstraction Separates signals from max-messages.
dot.squeuedlim Abstraction Limits the speed of messages passing through like speedlim, but queued like zl queue.
ej.cycle.js Javascript (js) Route value to different outlets.
like cycle... but for any type of message.
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 76878324 members connected RSS
Site under GNU Free Documentation License