what :
Home > Search > inlet

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
stpan1~ Abstraction stereo panning element
This stereo panning element creates smooth, equal-power gain changes from left-to-right (channel one to channel two), the panning is controlled at audio rate by modulating the phase inlet of two cosine oscillators whose frequency is zero Hertz.
stutter~ External stutter~ keeps a history of its signal input(left inle
stutter~ keeps a history of its signal input(left inlet). Upon recieving an int(left inlet), it copies that number of the most recently recieved samples to another playback buffer. This buffer may be cycled through by its phase, 0-1 (right inlet). on bang (left inlet) or a trigger signal (middle inlet), the last int number of samples are copied to the playback buffer.
swap External Swap left and right inlets to outlets
Swap swaps the values of its inlets, preserving right-to-left ordering. The first outlets (and second inlets) type follow the argument (or is an int if you give no argument.) The second outlets (and first inlets) type is int or float depending on whether you use the name "swap" or "fswap".
swap External Swap left and right inlets to outlets, reverse the sequential order of two numbers
Swap swaps the values of its inlets, preserving right-to-left ordering. The first outlets (and second inlets) type follow the argument (or is an int if you give no argument.) The second outlets (and first inlets) type is int or float depending on whether you use the name "swap" or "fswap".
swinger~ External swinger~ replaces the phases of one signal (left) with those from another (right).
swinger~ replaces the phases of one signal (left) with those from another (right). The result often sounds like victory. A swinging trick: Don't connect any signal to the right inlet and listen to the result.
tap.auto_thru~ External Signal Routing Utility automatic switch
Essentially an automatic switch, tap.auto_thru~ sends the first inlet's signal thru to the output unless the second inlet has a signal connected to it. If a signal is connected to the 2nd inlet, the first inlet is cut off.
tap.sieve External test select int
Int in the left inlet is tested against the argument or number at the right inlet.
thresh~ External Detect when input goes above a set value
Detect when input goes above a set value. The thresh~ object initially outputs a signal of 0. It outputs a signal of 1 when the input equal or greater than a set "high" threshold, until it goes below the reset or "low" threshold, at which point the 0 signal is output again. If the low and high thresholds are the same, a reset occurs when the signal is less than the threshold value. Otherwise, a reset occurs when the signal is less than or equal to the low threshold. The low and high thresholds can be specified as arguments, via floats in the middle and right inlets, or as signals in the middle and right inlets.
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).
timefrac Abstraction Measures the fraction of the second in ms according to the system clock when a bang is received in its inlet.
timeline.js Javascript (jsui) The timeline is a graphical jsui object in a bpatcher which allows the graphical arrangement of events in time. These events can be edited with the mouse or with messages to the left inlet.
The messages are sent to a reference coll each time they a
Timeline.js works in conjunction with the "timelineBP.maxpat" bpatcher.
All operations are carried out in this bpatcher and
all timeline events are written to a coll inside the bpatcher.

The timeline does not sequence any events.
All it does is to provide a GUI which lets you create and edit events. These events are then written to a coll inside the timeline bpatcher. There's no fixed project length, you can add as many events in a time span as you wish--you just have to set the offset accordingly to see them (use the length message).
The same applies to the number of rows. They are not limited, just select the correct row offset (use the depth message).

There are currently two shortcuts:
"Backspace" will delete the selected elements
"i" will open the inspector for the selected event
Shortcuts only work if mouse is over the timeline-object!

The inspector will let you edit events. If used in conjuction with a pattrstorage, the inspector will grab a pattrstorage client list and display it in a menu.
timer External Report elapsed time between two events
Timer takes no arguments. Both inlets take a 'bang'. Timer resets time to zero and starts keeping time when a 'bang' is sent to the left inlet. The elapsed time in milliseconds is output each time a 'bang' is sent to the right inlet.
toggle External Switch between on and off (1 and 0)
Toggle has one inlet which accepts int or bang and outputs an int. A bang toggles between 0 and 1. A non-zero int is sent through to the output while setting the toggle on, and 0 outputs a 0 and sets the toggle off.
trans Abstraction transition
Int in left inlet outputs the nth member of a transition between a start value and an end value in n steps , whereas "steps" is the number of row elements (between start and end value) minus one. The mode of transition is determined by the int sent to the rightmost inlet:
trans-exp Abstraction exponential transition
Int in left inlet outputs the nth member of a exponential transition between a start value and an end value in n steps , whereas "steps" is the number of row elements (between start and end value) minus one.
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 52401735 members connected RSS
Site under GNU Free Documentation License