what :
Home > Search > send

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
v.bufferpool External This object allows you to preallocate buffers of various formats and resolutions to be shared amongst other object.
This object allows you to preallocate buffers of various formats and resolutions to be shared amongst other object. Buffer pools can be named or unnamed. Named pools offer their buffers only to objects that have been told to allocate from those pools. Unnamed pools are available to any object without a pool preference. When created, a buffer pool is empty. If an object has declared that it will allocate its buffers from a specific buffer pool and that buffer pool cannot satisfy the request, the object will not try to get the buffers from general memory and the object will bypass itself and send the following message from its outlet: buffer_set_full
v.fill External v.fill allows you to create an arbitrary stream with any content that you want.
v.fill allows you to create an arbitrary stream with any content that you want. In its simplest form, v.fill outputs a stream filled with a single value. You can also write values calculated in a max patch into any pixel in the frame, fill the frame with a pattern defined in a list, or create certain mathematical patterns across the frame. v.fill can operate as a source. You can start it sending a stream by sending a 1 into its first inlet. You can stop it by sending a 0. You can synchronize it to another video stream by connecting the video stream to the first inlet. v.fill in grays float32 format is appropriate for providing displacement frames for v.displacexy.
v.gradient External Output a stream with a grayscale gradient.
Output a stream with a grayscale gradient. v.gradient creates a gradient across the image plane. This gradient is fully variable in angle, slope and center value. If the component size is int8, the output is centered on 128 and ranges from 0 to 255. If the component size is int16, the output is centered on 0 and ranges from -32768 to 32767. v.gradient can operate as a source. You can start it sending a stream by sending a 1 into its first inlet. You can stop it by sending a 0. You can synchronize it to another video stream by connecting the video stream to the first inlet.
v001.module.sender Abstraction Automatic GUI creation at module initialization
value External Share stored values among several objects
value takes a symbol through which all value objects of the same name are linked. If you send any one a message (number, list, or anything else) it is set for all of them. You can get the contents out of a particular value object by sending it a bang.
vDeal Abstraction eturns random integers within a specified range
All numbers in the range are used before any is repeated. This is similar to the urn object introduced in Max 2.2. A single argument sets the range. If the argument is omitted the default size of 128 is used. The second inlet can also be used to set the range. The range must be at least 1. Anything less causes Deal to set the deck size to 1. Changing the value at the second inlet causes the "deck" to be "shuffled." You can also shuffle the deck by sending a "shuffle" message to inlet 1. A bang at inlet 1 causes output of the next "card." Use Uzi to deal multiple cards.
vdp External Driver for Pioneer 4200/8000 laser disk players
vdp converts commands similar to those in the Antiquated Macintosh Hypercard Video Toolkit into streams of serial characters to send to the serial object. vdp can queue commands if they arrive faster than the player can deal with them. It is designed to be connected to the serial object as shown below.
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.
x10 External x10 is an interface to the X-10 controller originally from X-10 Incorporated.
x10 is an interface to the X-10 controller originally from X-10 Incorporated. It sends commands to a serialX object, which controls the serial port that the X-10 is attached to, and responds to data returned from the X-10 via the serialX object.
xbendout External Format extra precision MIDI pitch bend messages
The bendout object only changes the most significant byte of the pitch bend message. However, using xbendout with midiout, you can send messages which change both bytes.
xbendout2 External Format extra precision MIDI pitch bend messages
The bendout object only changes the most significant byte of the pitch bend message. However, using xbendout with midiout, you can send messages which change both bytes.
xctlout Abstraction Divides a 14bit number into two parts and send them to two ctlout objects.
XFW Abstraction is a easy indexable forward (send) object
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 11 12 13 14 15

Libraries
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 78279132 members connected RSS
Site under GNU Free Documentation License