what :
Home > Search > inlet

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
sah~ External Sample-and-hold
Sample-and-hold. The sah~ object accepts two signals. The left signal is the "input" and the right signal is the "control." When the control makes a transition from being at or below a the trigger value to being above the trigger value, the input is sampled and its current value is output until another control transition occurs and the input is sampled again. The default threshold value is 0, but can be specified via a float in the left inlet or as an argument to sah~.
scale-changer Abstraction scale changer
Changes one single pitch of a given scale whenever you send a bang to the left inlet. A start scale must be sent to the right inlet frist - note its special format: a list of size 12 consisting only of 0 and 1 where 1 means an active pitch class and 0 a inactive one.
schweller Abstraction decrescendo-crescendo envelopes generator
Generates a transition between a start velocity, a middle velocity and an end velocity (which the same as start velocity). By this you can create crescendo-decrescendo resp. decrescendo-crescendo envelopes ("hairpins" - in german: "Schweller"). A fraction factor (float between 0 and 1) send in the mostright inlet determines the proportion between cresceno and decrescendo part.
Seed External allows you to set or save the random seed.
An integer at the inlet sets the seed just like all of the other objects in this group. A bang sends the current value of the seed to the outlet. Saving the output and using the saved seed to reseed the random number generator allows you to resume a sequence of random numbers after interruption by another process.
select External Select certain inputs, pass the rest on
Send bang out an outlet that matches the input. Select checks incoming ints, floats, or symbols against internal value(s). If only one value is given, you get an inlet to reset it. There is a reject outlet which gives you the number back if all the tests fail.
selector~ External Switch output among several input signals
Switch output among several input signals. The selector~ object is a version of the Max switch object for signals. It takes an argument for number of inputs (one is the default) and lets you turn incoming signals on and off by sending an int to its left inlet. If there is more than one input, selector~ shuts off all inputs except the one you select, where 1 selects the input to the right of the leftmost inlet, 2 selects the next one to the right, etc. selector~ 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 gate's output and outputting a zero signal instead. This is different from the behavior of the Max switch object.
sequence Abstraction outputs the next element of a list
A bang in the left inlet outputs the next element of a supply sent to right inlet before. When the list is exhausted it is looped.
series Abstraction random based object
A bang in the left inlet makes a random selection with repetition check of a supply sent to right inlet before.
shabby~ External shabby~ is a waveshaper using 11 Chebyshev polynoms to generate harmonics from an incoming sinewave
shabby~ is a waveshaper using 11 Chebyshev polynoms to generate harmonics from an incoming sinewave. Each polynom will have a signal inlet to specify its amplitude in the signal. You can use shabby~ to have a decent additive synth that allows control over the harmonics in the course of a note at signal rate. But beware: it\'s not very fast. shabby~\'s little brother shaffy~ is now born. He uses only 9 Chebyshev polynoms and float inlets for scaling them. That is much faster than shabby~.
showchord Abstraction Shows the pitch of a chord of MIDI note numbers.
Shows the pitch of a chord of MIDI note numbers. With the parameter sent to the right inlet one can choose the display mode:
shownote Abstraction Shows the pitch of a MIDI note number.
Shows the pitch of a MIDI note number. With the parameter sent to the right inlet one can choose the display mode:
sneak Abstraction random based object
A bang in the left inlet makes a random selection of a supply sent to right inlet before. Note that there are no repetitions of the same element and that the chosen elements are always neighbours of the given supply.
speedlim External Limit the speed of messages passing through
Limit the speed with which messages can pass through. Speedlim takes one optional argument which is a speedlimiting time in milliseconds. The left inlet takes any message and outputs it according to the argument value. The right inlet takes int to change the speedlimiting time.
St.Unique Abstraction St.Unique will create unique symbols based on the symbols which have been feed to the left inlet.
If a symbol had been used before, the symbol will be appended by a number.
St.Unselct Abstraction Helps to get around the annoying problem of a focus on an object stealing keypresses an alike.
Send anything to St.Unselect and it will switch of the focus after the time set by its parameter. A bang will deselect immediatly. The time can also be set with the right inlet. The output has to be connected to a thispatcher object.
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 46998812 members connected RSS
Site under GNU Free Documentation License