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
error External Output Max window errors as messages
The error object allows you to catch errors and output them as Max messages. The messages are separated by individual words so you can check for specific failures. In order to produce an error message, error has to be "listening" for errors, which you can do by sending it a 1. To stop listening, send a 0.
ether~ External ether~ selects portions of two input signals and creates a composite output spectrum based upon the amplitude of the inputs
ether~ selects portions of two input signals and creates a composite output spectrum based upon the amplitude of the inputs. The loudest band of the two inputs will be selected. Sending the inverse message will reverse this behavior selecting the weakest. The composite index is a scalar for the selection of the second input. Useful values will vary according to the amplitude characteristics of the input signals. Try values greater than 0 and less than 100. But higher values may be effective depending upon the input signals.
expr~ External Evaluate a C-like expression on audio signals.
Evaluates an expression (of up to 10 terms) with a C-like syntax on audio signals, similar to the expr and vexpr objects for messages and lists respectively. Because Max/MSP signals are floating point, only float variables are valid (i.e. $f1 - $f9), but both float and integer constants are valid.
f0.data_seq Abstraction record and playback messages
f0.delay Abstraction fifo delay line for messages
f0.list_collect Abstraction builds a list of incoming messages
f0.live Abstraction record and repeat x messages y times
f0.one_through_gate Abstraction lets only one message pass, then closes the gate
f0.pdu Javaclass (mxj) decode mobile phone text messages (sms)
f0.sah Abstraction sample and hold messages
f0.sample Abstraction reduce a stream of messages by only letting every x message pass
f0.seq Abstraction simple step sequencer for messages
fe.fwd Javascript (js) Dynamic remote router
Sends messages dynamically to any bound [receive] object, in a very different way than [forward], with automatic prefix features and much more...
filename Abstraction sends out a read message with the full pathname of the chosen file.
In Max 4 and later, use opendialog instead
filesys Javaclass (mxj) Remove, copy or rename a file, check for existence of a file. Remove and create directories.
This Java class understands 5 messages:
- rm to delete a file or an empty folder;
- mv to move a file to a new destination or change its name.
- exists to to check the existence of a file.
- mkdir to create a new directory.
- cp to create a copy of a file.
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 48865905 members connected RSS
Site under GNU Free Documentation License