what :
Home > Search > outlet

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12
dot.split Abstraction Right outlet if greater then threshold, left outlet otherwise.
Right outlet if greater then threshold, left outlet otherwise.
dspstate~ External Report information about current DSP settings
dspstate~ can be used for calculations that require the sampling rate of current DSP processing block size. You can also use the leftmost outlet to trigger some event when the audio is turned on or off. dspstate~ outputs state information automatically whenever the audio is turned on or off. You can also get the information by sending a bang. Connecting a signal to the dspstate~ object's inlet reports information about that signal, although currently, all signals have the same sampling rate and vector size. Note that dspstate~ will not output anything if the audio is not turned on in its window.
ej.cycle.js Javascript (js) Route value to different outlets.
like cycle... but for any type of message.
etime External sprintf the output of the outlet time from sfplay~
f0.inc_dec_split External detect direction of incoming values and split to different outlets
f0.inc_dec_split.js Javascript (js) detect direction of incoming values and split to different outlets
filein External Read a file as unsigned binary data
filein allows access to any file as binary data. When a number arrives at one of its inlets, the data at that byte index is sent out filein's outlet. The particular inlet determines whether 8, 16, or 32 bits of data are output.
Flies Javaclass (mxj) Flies simulation
In this example the java class Flies.class loaded by mxj is outputting LCD drawing commands for each fly out the 1st outlet and the X, Y, and Z coordinated of each fly out the 2nd outlet in response to the bang message. All computation is done in Flies.class with the exception of the actual mapping to the ioscbanks. Each fly is mapped to an oscillator in ioscbank with;
gate External Traffic control, Pass the input out a specific outlet
gate~ External Switch input to different output signals
Switch input to different output signals. The gate~ object is a version of the Max gate object for signals. It takes an argument for number of outputs (one is the default) and lets you route an incoming signal by sending an int to its left inlet. If there is more than one input, gate~ shuts off all outputs except the one you select, where 1 selects the left outlet, 2 selects the next one to the right, etc. gate~ can also control the activation or deactivation of part of a signal processing network. For an example, see the begin~ help file. Note: "shutting off" a signal means disconnecting it from a gate~ output and outputting a zero signal instead. This is different from the behavior of the Max gate object.
Ggate External Switches the right inlet between two outputs.
Pass the input out one of two outlets
group External groups numbers received in succession into a list.
groups numbers received in succession into a list. This object is much the same as thresh, except that since it is told how many numbers to wait for, it returns immediately upon receiveing the last one with no time delay. The length of the list to collect is given as an optional argument and in the right inlet. Numbers in the left inlet are collected into a list until the proper number of them has been received, then they are sent out the outlet.

1 comment

ic.pump External Pump is a massively parallel (up to 2500 outlets) mode based message router.
Responds to navigation commands and allows users to build custom object focus control networks. Bound to be useful in ways we can't imagine.
ice.demux External Demux is special unpack replacement objects that feature strict inlet to outlet alignment of all data.
For those curious, this object transmits and processes null values when items aren't present in order to keep lists tidy.
ice.mux External Mux is special pack replacement objects that feature strict inlet to outlet alignment of all data.
For those curious, this object transmits and processes null values when items aren't present in order to keep lists tidy.
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 86592216 members connected RSS
Site under GNU Free Documentation License