what :
Home > Search > receive

Objectspage : 1 2 3 4 5 6 7 8 9 10
v.stillstream External v.stillstream passes a stream from input to output.
v.stillstream passes a stream from input to output. If the input stream stops, the last received frame or still image continues to be sent out as a stream. v.stillstream behaves like a source object in some ways, but it does not share all of the messages that proper source objects do (like format and size messages). You can import images into v.stillstream.
v.swap External v.swap is a softVNS 2 version of swap
v.swap is a softVNS 2 version of swap, designed for synchronizing softVNS 2 streams. It allows you to reverse the processing order of two streams. A frame received in the right inlet is remembered. A frame received in the left inlet outputs immediately through the RIGHT inlet and then the last frame received through the right inlet is output through the the LEFT inlet.
v.switch External v.switch is a softVNS 2 streams version of switch.
v.switch is a softVNS 2 streams version of switch. It allows you to route one of the incoming streams to the outlet. The various streams received by v.switch do not have to be compatible with each other.
v.tween External v.tween interpolates between the previously received frame and the most recent frame.
v.tween interpolates between the previously received frame and the most recent frame. In default mode, v.tween calculates the interpolation to take exactly the amount of time between frames. This means for example that you can add a v.tween after a v.movie with a low frame rate and have it up the frame rate with interpolation.
v.window External v.window displays an incoming video stream in a window
v.window displays an incoming video stream in a window. The window can be resized. The incoming stream is rescaled to the full window. Except for ati mode, all display modes are done in deferred mode, meaning that they are lower priority than most processing (except if over-drive is off). Usually this is okay, but there are times when you want to prioritize display. ”ati” mode (where available) and "gl" mode allow the display to operate on the same priority level as the rest of the processing. v.window will, by default, apply any alpha channel that accompanies the received stream before displaying.
v001.lib.receive Abstraction dynamic receive with easy to manage name spaces
vexpr External Evaluate a math expression for a list of different inputs, Vector version of the expr object
vexpr is identical to expr but allows lists to be sent to each inlet. It then evaluates the expression with the first item in each list, then with the second item in each list, and so on, until the last item in the smallest list it has received. For information about expr, see the expr help file.
VideoIn External receive video from any QuickTime input
receive video from any QuickTime input, do motion detection or grey level analysis, use for MAX triggering
Vlength External Vlength returns the number of elements in the list that it receives.
vt External This external for max/msp is a mix between [send]/[receive], [grab] and [value] with some extra functionality. It can be easily voiced and it even improves the communication between different devices in Max4Live.
xj.catch~ Abstraction With [xj.throw~]dynamic duo of send~ and receive~
xj.throw~ Abstraction With [xj.catch~]dynamic duo of send~ and receive~
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 96212010 members connected RSS
Site under GNU Free Documentation License