what :
Home > Search > outlet

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12
tap.unpack External unpack replacement
tap.unpack takes a list and splits it up element-by-element. unlike unpack, however, you don't have to specify the data type of the outlet, and the datatypes can change for the incoming list.
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.
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).
tiOut External Output values from the outlet of a parent timeline object
Send messages out of a timeline object. tiOut accepts any message and sends it to the specified outlet of the timeline object, where 1 is the leftmost, 2 is the next one to the right, etc. up to the number of outlets in the timeline object (specified as timeline object's second argument). Note that the tiOut object only works with timeline objects that have been created inside patchers, i.e., not those that are opened directly from files or using the menu item New Timeline.
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).
train.shift~ External pulse signals like train~
Outputs pulse signals like 'train~' with evenly-spaced phase relationships between the outlets.
ttoms Abstraction Calculate ms out of hours, minute, seconds.
It will also define cues for sfplay~ and if you want, you can start them with the middle outlet.
type External Split mixed lists into separate lists by type
Split mixed lists into separate lists by type; i.e. one mixed lists yields a list of ints, a list of floats, and a lists of symbols. Optionally, iterate an entire list out separate outlets by type.
ubutton External Transparent Button
The button is designed to be placed over text or pictures. The left-middle outlet sends a bang when the mouse is clicked on the button, and left outlet sends a bang when the mouse button is released.
unpack External Send list elements out separate / individual outlets / messages
Break a list up into individual messages
urn External Generate random numbers without duplicates
Generate random numbers without duplicates Ñ "sampling without replacement". urn works like random, except that it keeps track of each number which has been generated. When all numbers up to the maximum (set via an argument or the right inlet) have been output, the next bang urn receives causes a bang to be sent out the right outlet.
v.averagelevel External v.averagelevel reports the average value of each component in the image.
v.averagelevel reports the average value of each component in the image. N.B. grays streams output only one level (first outlet).
v.buddy External v.buddy synchronizes a number of video streams so that the last received frames are output in right to left outlet order each time all inlets have received at least one frame since the last output.
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
page : 1 2 3 4 5 6 7 8 9 10 11 12

Libraries
Panaiotis Objects
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='122' Panaiotis The Mac version is UB.

These Max objects have been enhanced since the documentation to the left was written. Help files for the objects provide information on enhancements.

The matrix object has been substantially upgraded. It now combines features of unpack, spray, funnel, append, and prepend into one object. This makes a great object to place between controllers and jit objects because it acts like a multi-prepend. There are new configuration commands and enhancements to the old: even, odd, mod,and range, among others). Most commands can be applied to inlets of outlets. There is also a mute function that adds another layer of control. Matrixctrl support has been enhanced. See the help file for full details and examples.

Most other objects now fully support floats. RCer and autocount will count in float values, not just integers.

Notegen16 is a 16 channel version of its predecessor: notegen. It is more generalized and much more efficient.

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