what :
Home > Search > float

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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
note2cents Abstraction Shows how many cents a microtonal note <float> is deviating from a tempered one.
number~ External Signal monitor, converter, and generator
number~ is designed to make it convenient to monitor signal outputs for debugging. It can also be used to supply a constant signal value. It combines the functions of snapshot~, a floating-point number box, and sig~/line~. number~ can display either the incoming signal (when the wave icon is present in the box) or the outgoing signal (when the arrow icon is present). Click on the picture to switch display modes. When the display shows the input signal being monitored, you can't change the value by clicking or typing. When the outgoing signal value is displayed, you can click in the box to select it for typing or change it in the same way as a floating-point number box.
och.btab Abstraction a compact och.jweb floating window browser tab in Max.
a compact och.jweb floating window browser tab in Max.

See also och.jweb here: http://maxobjects.com/?v=objects&id_objet=5396
och.jweb Abstraction An abstraction (wrapper) to jweb object.
An abstraction (wrapper) to jweb object.

You can think of it as the pwindow of jweb.

A floating and resizable jweb window.
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;
overdrive~ External Apply nonlinear transfer function (aka waveshaping) to a signal to simulate an overdriven amplifier.
overdrive~ distorts signals by applying a nonlinear transfer function. The shape of the function is determined by a floating-point "drive" parameter. If drive is 1., the signal is unchanged. Increasing drive increases the distortion. If drive is set to less than zero, VERY LOUD BAD distortion results, which may or may not be desireable. Use caution.
parse External The parse object takes a list input and parses it into sublists.
The parse object takes a list input and parses it into sublists. Sublists consist of a symbol followed by a variable number of numeric values (int or float). parse was designed for use with the coll object so that several messages stored at the same index in coll could be separated.
peaklist External find the highest/lowest value in list of ints/floats
peek~ External Read and write buffer~ values
Read and write buffer~ values. peek~ treats buffer~ as if it were a floating-point table object. You can write single values, and read from the buffer~ by index.
per2pass Abstraction Converts a periodicity factor <float between 0 and 1> into a percentage value for the pass-object.
periodic Abstraction random based object
Random number generator. The periodicity factor (float between 0 and 1) determines the "periodicity" of the output, i.e. the probability of repetitions. A periodicity factor of 1 will result in a completely periodic output (= constant repetition of a single value), whereas a periodicity factor of 0 will result into a completely unperiodic behaviour.
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.
pipe External Delay line for numerical values
Pipe is a delay line for integers. Unlike 'delay' it can remember many values at once, putting them out at the appropriate times. With no arguments, pipe delays a single integer. More than one argument allows you to delay multiple integers by the same amount, with the rightmost outlet firing first. The delays are triggered by an integer in the leftmost inlet. Pipe can delay floating point numbers when floating point arguments are typed in.
play-samp~ Abstraction Plays one sample.
Plays one sample. The object requires a list sent to its input with the following elements: transposition factor (float between -N and N) - buffer name - gain factor (float between 0 an 1). If 1 is sent to the right input, the sample would loop until a 0 is sent.
page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

Libraries
hi-res objects
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='63'Joshua Kit Clayton high resolution msp objects which use two 32-bit audio signals to obtain near 64-bit floating point precision.
Optimized Gates
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='34'Stephen Kay 7 different optimized gates ("bgate" for bangs, "igate" for ints, "fgate" for floats, "sgate" for symbols, and "lgate" for lists. These do not need to do a message lookup, since they only deal with one data type. Also includes "andGate" and "orGate" by David Roach)
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.
ri.Lorenz MSP objects
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='169'Ryo Ikeshiro Calculates the Lorenz dynamical system and various modifications at signal rate. Can be controlled by either floats or signal for sample-accurate timing.

Currently only available for Mac OS X 10.5 or later (Intel). The following have only been tested on Max 5.

4855 objects and 135 libraries within the database Last entries : December 23rd, 2023 Last comments : 0 0 visitor and 45141005 members connected RSS
Site under GNU Free Documentation License