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
ajm.seq Javaclass (mxj) traverse and manipulate a sequence of numbers, messages, and lists
modular sequencer object that supports note name parsing, chords, and more
cosm.audio~ External Sonify an object controlled by cosm.nav, including distance filtering, doppler, and control messages for cosm.ambi.encode~
cosm.nav External Control object movements and orientations within a world, including messages for jit.gl.* objects
cosm.render External Translates world state into messages for jit.gl.render and jit.window
2p2z~ External two-pole two-zero filter
F2p2z~ [2p2z~] is a message-based two-pole two-zero filter which is more costly than the filter object f2p~ [2pole~] but less expensive than wahwah~.
2pole~ External two-pole filter
F2p~[2pole~] is a message-based two-pole filter which is less costly than the other two filter objects in MAX: f2p2z~ [2p2z~] and wahwah~. This is the simplest resonant filter possible in Max, the equation being: y[n] = c0*x[n] + c1*y[n-1] + c2*y[n-2] where x[n] is the input signal, y[n] is the output signal and c0, c1, and c2 are the 3 coefficients. See wahwah~ and f2p2z~ [2p2z~].
3D_Text_Button External Create 3D buttons with 2 different text messages for in/out positions
Create 3D buttons with 2 different text messages for in/out positions; multiple modes of operation including “radio button” type operation, where all buttons in a certain group are linked, and only one can be down at a certain time, and selecting a different one returns others to the out position; complete control of font, style, size, font color, button colors, etc.
active External Notify when a Patcher window is the active window
active will output a 1 when the Patcher window becomes active (i.e., it is the front-most window and its title bar is hilited), and output a 0 when the Patcher window becomes inactive. You can use this to change the user interface of your window. For example, in this patcher, messages from the key object are turned off when the window is made inactive. Make the Max window the active window and type, and you will notice that numbers are no longer printed in the Max window when you press a key.
adc~ External Output audio from computer's input source
adc~ (which stands for "analog-to-digital conversion") receives multiple channels of audio in and sends it to its outputs as signals. It receives messages to turn audio on and off.
aereceive External Receive Max messages as Apple Events
aesend External Send Max messages as Apple Events
afterglow.max.Eval Javaclass (mxj) Evaluate Clojure expressions
Evaluates Clojure expressions within the Afterglow context. Combined with message objects, gives you an easy way to make Afterglow do things that are not worth creating special objects for. Useful examples in the Help patcher include starting and opening the web interface, enabling a connection from a full-featured Clojure development environment for debugging custom effects, and activating an attached Ableton Push controller.
afterglow.max.NextFrame Javaclass (mxj) Prepare for a light show frame
Sends information about when Afterglow is next going to generate control values for the lights, allowing patchers to set up appropriate context, such as adjusting cue variables to be used in creating the frame. Also can be used to start or stop the light show by sending start and stop messages to its inlet.
ajm.error Javascript (js) print error messages to the Max window
ajm.polyroute Abstraction route messages to poly~ targets with OSC syntax
Depends on the OSC-route object (http://cnmat.berkeley.edu/downloads)
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 37440828 members connected RSS
Site under GNU Free Documentation License