what :
Home > Search > receive

Objectspage : 1 2 3 4 5 6 7 8 9 10
peakamp~ External peakamp~ reports the (absolute value of) the peak amplitude of the signal it has received since the last time it reported.
plugmidiin External Receive MIDI events from plug-in host (pluggo)
plugmidiin outputs raw MIDI data received from a plug-in host in the same format as midiin. The configuration shown below is recommended for testing your patch
plugreceive~ External Receive a signal from another plug-in
Receive a signal from another plug-in. plugreceive~ outputs a signal received from a plugsend~. You can use plugreceive~ to send audio between different DSP chains in a multiple plug-in environment. There can be any number of plugreceive~ objects for each plugsend~, and any number of plugsend~ object add their signals to the "bus" read by plugreceive~.
pmpd.link2D External 2D link between 2D masses
This object is used to link 2 masses together to allow interaction between them. Interaction is mainly visco-elastic. Position of the 2 masses are receive to the corresponding inlets. Forces is compute and output when this object receive a bang.
pmpd.link3D External like the link2D but for 3D simulation
This object is used to link 2 masses together to allow interaction between them. Interaction is mainly visco-elastic. Position of the 2 masses are receive to the corresponding inlets. Forces is compute and output when this object receive a bang. This object is similar to link2D, but in 3 dimensions...
pmpd.tCube3D External This object should be used to test position of a specific mass.
It receive masse position, and output 0/1 according to the position of the masse (1 if the mass is in the square)
pmpd.tSquare2D External Test object. This object should be used to test position of a specific mass.
It receive masse position, and output 0/1 according to the position of the masse (1 if the mass is in the square)
Poly-B.P.particule2 Abstraction used with pmpd 2D objects, create/delete mass, control, bounds, collision detection & receive
abstraction include in a poly~ object for create/delete mass in a limited space, control physics properties by group or individual, and receive values.
prob External Build a transition table of probabilities, Make weighted random series of numbers
Prob accepts lists of three numbers in its inlet. The third number represents the weight of the probability of going from states represented by the first two numbers. For example, 1 2 4 would mean that there is a weight of 4 in going from state 1 to state 2. When prob receives a bang, it makes a random jump from its current state to another state based on its current weighting of transitions. If a transition can be made, the new state is sent out the left outlet. If not, a bang is sent out the right outlet. For any particular state, the weights of all possible transition states are summed. Thus if a state could jump to three states that had weights of 3 4 and 1, the first one (3) would occur 37.5% of the time, the second 50% of the time, and the third 12.5%. Note that any state can make a transition to itself with a list of the form (state state weight).
pvar External Connect to a named object in a patcher ; send receive
pvar lets you build user interfaces in one part of your patcher that are connected to the "process" part in another part of the patcher. pvar does not work globally (as send and receive do). The pvar object and its associated object must be in the same patcher.
rate~ External Time-scale a phasor~
Time-scale a phasor~. rate~ accepts an input signal from a phasor~ and time scales it by a multiplier received as a float in its right inlet.
RCer External Smoothes continuous data.
It has many uses, from smoothing out incoming controller data, to doing counter and line-type operations. Limits output between a minimum and maximum. Input is a destination value RCer will seek. It outputs values in increments of step, in time intervals of rate, until it reaches the destination. It then shuts off until a new destination is received. If it receives a new destination before reaching an old destination, the new destination takes precedence and the old is ignored.
receive External Receive messages without patch cords
The send and receive objects allow you to send any kind of message between Patcher windows or within a window without using patch cords. The order of reception by two or more receive objects is not deterministic.
receives~ Abstraction multiple [receive] with setable parameter.
receive~ External Receive a signal from one or more send~ objects
Receive a signal from one or more send~ objects. receive~ grabs signals put out by send~ objects and outputs them out its signal outlet. You can switch between all current receive~ objects using the set message. To turn off the audio coming from a receive~, use set with the name of a send~ that doesn't currently exist.
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 45583680 members connected RSS
Site under GNU Free Documentation License