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
multiply accumulate signal (*=~) External Signal multiplication and accumulation.
Each incoming bit is multiplied with the previous output signal, starting from a given argument.
Usefull when using MSP as alternative signal mechanism (for when Max fails in accuacy).
Analogue to the +=~ object. Also resets to 0 by a bang and sets to a value by a "set" message.
net.domain Javaclass (mxj) given an IP address as a symbol or a list, returns a domain name
note that net.domain executes asynchronously, so regular rules for max message ordering do not apply
net.ip Javaclass (mxj) given a domain name, returns its IP address
net.ip executes asynchronously, so regular Max message ordering rules do not apply.
net.mail.recv Javaclass (mxj) reading messages from an email server
This class requires the free JavaMail and the JavaBean Activation Framework libraries. Installation instructions can be found in mxj tutorial number 9.
net.mail.send Javaclass (mxj) Sending messages to an email server
This class requires the free JavaMail and the JavaBean Activation Framework libraries. Installation instructions can be found in mxj tutorial number 9.
netSenderBP Module an interface for receiving network messages from NoteAbilityPro
next External Detect logical separation of messages
The next object sends out a bang out its left outlet when an incoming message is not part of the same Max "event" as a previous message. (An "event" is a mouse click, key press, MIDI event, or tick of the scheduler.) Otherwise, the next object sends a bang out its right outlet. Use the next object to do something once per dump of an object such as coll.
normalize~ External Scale a signal based on its maximum amplitude
Scale a signal based on its maximum amplitude. normalize~ performs real-time normalization of its input by multiplying each input sample value by a scaling factor Ñ computed as the maximum output value (sent either as a signal or a float in the right inlet) over the maximum signal input value received thus far. You can change the maximum input value with the reset message or with a float in the left input. If no argument follows "reset" the new maximum input value (and the initial maximum input value) is 0.000001
notegen External Variation on makenote.
Eliminates holes created when a short note sends a note-off before another generated note on the same pitch has been completed. makenote generates a noteoff for each noteon. notegen sends noteon and noteoff messages in a slightly more discriminating manner.
notein External Output incoming MIDI note messages
Notein takes an optional argument for port and channel selection. If a MIDI note message is received, notein outputs ints from right (MIDI channel), middle (velocity), to left (Note number). Note-off messages are output with a velocity of 0.
noteout External Send MIDI note-on and note-off messages
nottcp External this object provides an interface between MAX messages and the Open Transport TCP network abstraction layer.
this object provides an interface between MAX messages and the Open Transport TCP network abstraction layer. its purpose is to send and receive data over a TCP connection. it provides also the functionality necessary to establish such a connection both at client (aka active) and server (aka passive) side.
och.m2txt Abstraction och.m2txt saves a max message as a .txt file, in the same directory as the patch.
och.m2txt saves a max message as a .txt file, in the same directory as the patch.

Direct download:
https://minhaskamal.github.io/DownGit/#/home?url=https:%2F%2Fgithub.com%2Fomarcostahamido%2FOne-Quick-Solution%2Ftree%2Fmaster%2FMaxMsp%2Foch.m2txt
och.udp Abstraction nodejs-based udp implementation for max.
A new nodejs-based implementation of udp. In receive mode, it allows to know from where the messages are coming from. In send mode, it can receive back responses!
OSC-route External Dispatch messages through an OpenSound Control address hierarchy with pattern matching
OSC-route is modeled on Max's "route" object, but it uses slash-delimited (URL-style) OpenSound Control addresses. Each OSC-route object implementes one node in the address tree.
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 96652307 members connected RSS
Site under GNU Free Documentation License