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
prep Abstraction Short for [prepend].
But it will also turn bangs into the parameters and you can prepend messages which start with'set'.
prepend External Insert a list or message before another list or message
Put one message at the beginning of another
print External Print any message in the Max window
psw.alert External displays a message
pvwarp~ External Experimental spectrum warper
Experimental spectrum warper. An internal frequency warping function is created either according to specification or with the autofunc message.
pyext External With pyext you can use python classes to represent full-featured pd/Max message objects.
qlim External Queue based speedlim
The qlim object is similar to a combination of speedlim and jit.qball. In Jitter, most execution take places in the low priority queue to prevent drawing to the screen at interrupt. The speedlim object unfortunately places messages back in the scheduler for execution, and thus may result in a crash when used to temporally downsample streams of Jitter matrices if overdrive is turned on. The qlim object is an interrupt safe replacement for this and other tasks.
qlim External Queue-based message passing control.
like speedlim -> deferlow.
qlist External A collection of messages to send remotely.
A Cue List for sending timed max messages.
qs.vstizer Abstraction MIDI-to-VST message morphing
Quintet.net Conductor Collective Conductor component - streaming of score data and other control messages
rack External it\'s for \"coll\" to save list message
rampsmooth~ External rampsmooth~ smooths an incoming signal across n samples.
rampsmooth~ smooths an incoming signal across n samples. Each time an incoming value changes, it begins a linear ramp of n samples to reach this value. Useful for envelope following and lowpass filtering. The number of samples is specified either as arguments or with the ramp, rampup, rampdown messages.
random-ramp Abstraction Generates randomly fluctuating envelope shapes of a given dynamic scale
Generates randomly fluctuating envelope shapes of a given dynamic scale (defined by a min and a max velocity and a certain number of values) within a time scale (defined by a min and a max ramp time and a certain number of values). A rhythm bang set to the left inlet outputs a velocity value. A stop message sent to the same inlet will stop the whole process.
RandomSeeder Abstraction random based object
Sends out a global message called "RTC-rs" to all RTC random based objects.
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 53768610 members connected RSS
Site under GNU Free Documentation License