what :
Home > Search > inlet

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
expr External Evaluate a C-like mathematical expression
Expr, written by Shahrokh Yadegari, evaluates an expression involving the "variables" $i1-$i9 (the first to ninth inlets, taken as integers), $f1-$f9 (the inlets as floats) and $s1-$s9 (the inlets as symbols), and/or constants of the same types. The operators are +, -, *, /, &, |, &&, ||, !, ~, and ^. You can call a set of predefined mathematical and statistical functions. For instance, midi-to-hertz conversion can be done as:
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.
first-bang Abstraction Outputs only the first bang of a stream of bangs
Outputs only the first bang of a stream of bangs (e.g. rhythm) until the right inlet receives a (reset) bang.
first-shot Abstraction Outputs only the first message of a stream of messages (bangs, ints, floats, symbols, lists) until the right inlet receives a (reset) bang.
ftm.object External an FTM object in a Max box
The object ftm.obj allows for the static creation of an FTM object. A reference to the FTM object is sent outof ftm.obj when sending a bang to its inlet. All other messages sent to ftm.obj are redirected to the FTM object it contains.
funnel External Map an integer into a list identified by inlet number
funnel makes lists that identify the source of a number. It can be used to store numbers into a table or coll based on their source (open subpatcher below). Or it can be used in conjunction with env and spray (see env help file).
gain2~ Abstraction This is a version of gain1~ which accepts a decibel scale in its second inlet instead of linear slider values.
This is a version of gain1~ which accepts a decibel scale in its second inlet instead of linear slider values. It works in a what-you-see-is-what-you-get fashion: -127 represents - 127 dB, 18 represents +18 dB, etc... It is often easier to use gain1~ alongside the db1 abstraction.
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.
geom Abstraction Int in right inlet outputs the nth member of a geometrical row.
Int in right inlet outputs the nth member of a geometrical row. The other parameters are reference value and the proportional factor q .
Ggate External Switches the right inlet between two outputs.
Pass the input out one of two outlets
grain.stream~ External granular synthesis - Outputs a stream of grains
Outputs a stream of grains at the frequency set by the leftmost inlet. Frequency is expressed in Hertz.
gran.play.file~ Abstraction granular synthesis, similar to the play~ object
This abstraction will access a sound file similar to the play~ object. It creates a new inlet for controlling the sample offset of the grains.
grid-rhythm Abstraction rythm generator
Outputs a rhythm determined by multiples of a given rhythmic grid, which is the first argument. The second is the deviation from this grid (in %), the third the desired selections principle (after Gottfried Michael Koenig: 1 = alea, 2 = series, 3 = sequence). A list of multiples of the rhythmical grid has to be sent into the rightmost inlet first.
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

group-rhythm2 Abstraction rythm generator
Another implementation of a group-rhythm. A material list of ED-values is sent to the middle inlet, a list of desired group sizes is sent to the right-most inlet. A randomly chosen ED-value from the ED-material list will be repeated according to a randomly chosen group size from group-list.
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 45834096 members connected RSS
Site under GNU Free Documentation License