what :
Home > Search > inlet

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
groups Abstraction random based object
Chooses elements from a supply (int list) sent to the middle inlet and repeats them according to values chosen from a group list (rightmost inlet). The values from the two parameter lists are chosen by random (using the selection principle "series").
Gswitch External Switches the output between two input streams
Receive the input in one of two inlets
hpass2~ Abstraction highpass filter
Analogous to hpass1~, this second-order IIR highpass filter is made by subtracting a lowpass filtered version of a signal from the signal itself. Logically, the lowpass filter used is lpass2~, a resonant lowpass filter. As with hpass1~, the cutoff frequency in the second inlet of hpass2~ defines the point at which the low frequencies will start to be attenuated. However, hpass2~ also takes a "damping factor", which controls the slope of the cutoff. Damping values greater than 1.41 produce a mild slope similar to that of hpass1~. However, damping factor values less than 1.41 produce moderate to extreme gain boost around the cutoff frequency, characterizing this filter as a resonant highpass filter (the gain boost creates a mild to pronounced resonating effect).
hr.quantize~ External hr.quantize~ quantizes an incoming double precision signal(left inlets) to the nearest multiple of a double precision signal (right inlets).
hr.wrap~ External hr.wrap~ is a floating point modulo arithmetic object.
hr.wrap~ is a floating point modulo arithmetic object. It wraps an incoming double precision signal(left inlets) to the range between 0 and a double precision signal (right inlets).
hz->radians Abstraction hertz to radian converter
This utility converts Hertz values between 0 and half the sampling rate to values expressed in radians — between zero and pi (pi=3.1415926535897932). Like its cousin, radians->hz, it adapts automatically to the current sampling rate. When a signal is connected to the object’s left inlet, the signal’s sampling-rate will be used in the Hz to radian calculation. If no signal is connected, MSP’s global (default) sampling rate will be used. Currently, MSP does not allow multiple sampling rates, but this feature might be supported in the futur
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.
imp.dmx.artnetout Abstraction "imp.dmx.artnetout broadcasts DMX data using the Art-Net UDP networking protocol. It cannot send data using the newer unicast mode. The first argument sets the Art-Net subnet (0-15) and the second the Art-Net universe (0-15).
To send data, a list of values should be send into the left inlet. A bang sends the most recent data again.

NOTE: This abstraction uses an external java object. The .java and .class files for this object are included in the imp.dmx package. If this object cannot be found check the files are included in your search path.
imp.dmx.put Abstraction This patch is for writing the values of specific channels to a DMX Jitter matrix. A list of channels values is specified in the left inlet and a list of channel addresses is specified in the right.
inlet External Access to a sub-patcher
insert Abstraction Inserts an element after a position (= index) in the list
Inserts an element after a position (= index) in the list sent to the rightmost inlet . When this number is 0, the element will be placed before the list. When it is bigger than the list size it will be placed at the end of the list. A bang or a list sent to the leftmost inlet triggers the output.
int External Store an integer
Int takes an optional argument which can be changed via an int in the right inlet without producing output. The left inlet takes an int which changes the value, or 'bang'. Both messages produce output. The outlet sends the value as an integer.
integ Abstraction Accumulates input values until a bang (or any input) is sent to the right inlet.
itoa External integer to character conversion.
itoa converts a stream or list of up to 255 integers into a symbol. This can be useful for formatting sysex bytes into a message for display purposes. The first inlet accepts either a list of integers or an individual int, and immediately translates and transmits them/it. It also responds to bang, outputting what is in the buffer. The second inlet is used to concatenate characters to what is in the buffer, either by list or one int at a time.
page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

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