what :
Home > Search > inlet

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
nname Abstraction turns an int in its inlet into a symbol representing the note name of the corresponding MIDI note.
'nname' turns an int in its inlet into a symbol representing the note name of the corresponding MIDI note. Note that nname even works for i > 127! The argument allows you to choose the display mode:
normalize~ External Scale a signal based on its maximum amplitude
Scale a signal based on its maximum amplitude. normalize~ performs real-time normalization of its input by multiplying each input sample value by a scaling factor Ñ computed as the maximum output value (sent either as a signal or a float in the right inlet) over the maximum signal input value received thus far. You can change the maximum input value with the reset message or with a float in the left input. If no argument follows "reset" the new maximum input value (and the initial maximum input value) is 0.000001
note2st Abstraction Outputs the intervals of an incoming stream of notes
Outputs the intervals of an incoming stream of notes. The argument resp. the number sent to the right inlet determines the reference note.
nth External Outputs the nths element of a list
Outputs the nth element of any list (max. length = 512 elements). If the parameter sent to the left inlet is an integer list, nth will output the respective indices of the list sent to the right inlet.
numlets External gives the number of inlets and outlets of any object, upon being sent the object\'s scripting name.
numlist Abstraction Create an ascending list of the length of an integer put into the left inlet.
oddfm~ Abstraction an odd use of the tap object for frequency modulation goodness.
the patch is in the detailed description.
max v2;
#N vpatcher 123 44 330 267;
#P window setfont "Sans Serif" 9.;
#P newex 63 79 31 196617 +~ 1;
#N comlet out~;
#P outlet 10 178 15 0;
#N comlet index (signal/float);
#P inlet 129 45 15 0;
#P newex 63 115 27 196617 *~;
#N comlet modulator ~;
#P inlet 63 45 15 0;
#N comlet carrier ~;
#P inlet 10 45 15 0;
#P newex 10 140 44 196617 tapout~;
#P newex 10 79 38 196617 tapin~;
#P comment 10 27 44 196617 carrier;
#P comment 63 27 53 196617 modulator;
#P comment 129 27 43 196617 index!;
#P comment 74 157 100 196617 cheap and delicious!;
#P connect 6 0 4 0;
#P connect 4 0 5 0;
#P fasten 8 0 5 0 68 136 15 136;
#P connect 5 0 10 0;
#P connect 7 0 11 0;
#P connect 11 0 8 0;
#P fasten 9 0 8 1 134 102 85 102;
#P pop;
offer External Store X, Y pairs temporarilily
offer was designed for use with algorithms that transform the pitch of an incoming note stream. By storing the original and transformed note together (the transformed may be sent in the right inlet, immediately followed by the original, or they can be sent as a list) when the pitch of the note-on is changed, the transformed pitch can be retreived when the note-off is received. An example is shown in the subpatch at right. Double-click to see it.
onebang External Pass only one bang through..
Receives a bang in the left inlet. It lets a bang in the left inlet get through ONLY if a bang has been received in the right inlet. After that, a bang in the left inlet will not get through again until a bang has been received again in the right inlet.
pak External Output a combined list when any element changes.
Like pack, but all inlets cause output
pass-bang Abstraction Let every nth bang pass.
Let every nth bang (= argument resp. int sent to the right inlet) pass.
patcher External create a sub-patch
You can embed a Patcher in another one with a "Patcher" box, as above. The inlets and outlets on the box correspond to the inlet and outlet boxes in the embedded Patcher. You can close the embedded window by clicking in its close box and reopen it by double-clicking the Patcher box below.
permutate Abstraction random based object
A supply (any material list of int, float and symbols) in right inlet is permutated irregularily without immediate repetition of an element. Whenever a bang is sent to the left inlet, one element of the supply is sent to the outlet.
pict External Draw picture in PICT file in graphics window
pict takes 5 arguments for graphics window name, PICT file name, priority, and initial left (X) and top (Y) coordinate. The priority, X and Y coordinates are optional, and default to 0 and 0, 0. Priority can be changed with the priority message, and X and Y are changed via the middle and right inlets.
piece Abstraction list based object
Outputs the elements between a start.index ("from") and an end.index ("to") from a numerical list send to the leftmost inlet before.
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 50429568 members connected RSS
Site under GNU Free Documentation License