what :
Home > Search > receive

Objectspage : 1 2 3 4 5 6 7 8 9 10
St.MinMax Abstraction Puts out a number only if its smaller or bigger than the number received before.
St.R Abstraction Alternate receive.
stharms1~ Abstraction This module is made up of a pair of harmonizers
This module is made up of a pair of harmonizers (harmv2~) which share the same delay memory. It takes two arguments: a delay length and a receive name. The receive name is used to automatically generate a series of nine receive objects to control the parameters of the two harmonizers.
tapin~ External Input to signal delay line
tapin~ receives a signal in and copies into a delay line. Using tapout~ objects, you can read from the delay line at various delay times. You must connect the outlet of a tapin~ object to the tapout~ objects you want to use with the delay line. Note that this is not a signal connection, since no signal travels between the objects. It is merely a way to indicate that the objects share the same delay memory.
tcpClient atp Javaclass (mxj) communicate back and forth over a single persistent TCP/IP socket
A Max object written in java (using mxj) to communicate back and forth over a single persistent TCP/IP socket with a TCP/IP server, something the net.tcp objects that ship with Max can't do. Opens a socket, then sends and receives info without closing it. Closes the socket only when you tell it to, or when the server disconnects (ie from inactivity).

Useful for connecting to simple hardware network devices like EZ Web Lynx and other microcontrollers/DSPs that don't easily support something nicer like OSC, or any TCP Protocol that sends data back on the same socket.

Tested on MaxOS X 10.5 and Windows XP, Max/MSP 5.1.x

Developed by Arvid Tomayko-Peters for Your Heaven, LLC

Thanks to David Reilly for his TimedSocket class.
thresh External Combine numbers into a list, when received close together
Collects items into a list if they appear within a certain amount of time
tiCmd External Interface between the timeline and its action patchers
The tiCmd object receives messages from the timeline and passes them to a patcher which is serving as an action. It is analogous to an inlet object (but note that inlet objects do not work with the timeline). It takes the following arguments: first, a message selector which is a symbol that serves to identify the tiCmd object. The selector is followed by any number of arguments that to specify the expected types in the message. Each type specifier argument produces an outlet in the tiCmd object. If a type in the message contained in the timeline is different than what is specified in the tiCmd object, tiCmd tries to convert it. If it doesn't exist, there will be no output at the corresponding outlet. In addition, there are two outlets which send the message bang, the leftmost (triggered after the argument outlets have fired) and the rightmost (triggered when time passes the right edge of the message box in the timeline track).
timefrac Abstraction Measures the fraction of the second in ms according to the system clock when a bang is received in its inlet.
tm.delay Abstraction Modified delay that delays messages and stops the delay when it receives and allstop bang.
tm.wait Abstraction Adds a pause before executing a cue after it has received the right cue number.
togedge External Report zero/non-zero transitions
TogEdge sends bangs for 0->1 transitions out the left outlet, and bangs the right outlet for 1->0 transitions. Outlets alternate output when bangs are received
touchin External Output incoming MIDI after touch values
Touchin can take arguments for MIDI port / channel. The number of outlets is variable - one if a channel argument is specified or two if no argument is specified. When a MIDI after touch message is received, touchin outputs from right (MIDI channel) to left (after touch value).
TuioClient External Provides receiveing TUIO messages in Max
This software is part of reacTIVision, an open source fiducial tracking framework based on computer vision.
Full specification of TUIO messages and other information you can find at http://www.tuio.org/
udp External Send (or receive) data over ethernet using the UDP protocol.
udpreceive External Send max messages over the network using UDP.
Both udpsend and udpreceive support the 'FullPacket' message used by the CNMAT OpenSoundControl external. This means they can be used as drop in replacements for the [otudp] object.
page : 1 2 3 4 5 6 7 8 9 10

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".
lh_midi objects
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='151'Leigh Hunt These objects can be utilised to send and receive all types of midi data to and from a max4live device.

4855 objects and 135 libraries within the database Last entries : December 23rd, 2023 Last comments : 0 0 visitor and 56860509 members connected RSS
Site under GNU Free Documentation License