what :
Home > Search > float

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
v.offset External v.offset offsets the incoming stream by a true floating point offset.
v.offset offsets the incoming stream by a true floating point offset. This means that streams can be offset with sub-pixel resolution (Don't ask why. I needed it for a piece I did).
v.reciprocal External v.reciprocal outputs a brightness
v.reciprocal outputs a brightness calculated as: 1 / brightness * 4096 * gain (int8 and int32) or 1 / brightness * gain (float32) This is a floating point calculation. It can operate on int8, int32 and float32 images in all formats.
v.saturation External single stream: set the saturation for a yuv stream dual stream: use the brightness of stream 2 to set the saturation for corresponding pixels in stream 1
single stream: set the saturation for a yuv stream dual stream: use the brightness of stream 2 to set the saturation for corresponding pixels in stream 1 In single stream mode, v.saturation adjusts the saturation of each pixel by a value. Streams with int16, int32 and float components are processed in their existing component sizes. In dual stream mode, v.saturation adjusts the saturation of each pixel in stream 1 by the brightness of the corresponding pixel in stream 2. The streams are both forced to int8 before processing. You can set additional gain, and define how the second streams values are interpreted using gain and modulation_center messages.
v.sin External v.sin calculates the sine of the brightness of each pixel in the image
v.sin calculates the sine of the brightness of each pixel in the image (output as grays float32) This is quite an accurate calculation and it not as fast as most simple math softVNS 2 processes
v.squareroot External v.squareroot outputs a brightness
v.squareroot outputs a brightness calculated as: square-root( input brightness ) * 16 * gain. This is a floating point calculation. It can operate on int8, int32 and float32 images in all formats. This will tend to brighten dark areas of the image, while keeping the brightest areas from washing out much. It is a bit like setting a low video gamma. This is a floating point calculation. It can operate on int8, int32 and float32 images in all formats.
v.tan External v.tan calculates the tangent of the brightness of each pixel in the image
v.tan calculates the tangent of the brightness of each pixel in the image (output as grays float32) This is quite an accurate calculation and it not as fast as most simple math softVNS 2 processes.
vRanAB Abstraction returns floats between the lower and upper limits. The upper limit will never be returne
For example: a range of 3.5 to 7.0 will return 3.5 and, perhaps 6.9999999 but never 7.0.
vRanf Abstraction returns floating point numbers between zero and one
xj.sharedfloat Abstraction for use mainly with GUI objects
xj.sharedfloat makes it easy to have multiple GUIs (sliders, toggles etc.) controling the same parameter.
zl External Multi-purpose list processing, group join nth len reg mth iter sect sub union slice rev rot ecils
The zl object performs several kinds of list processing functions. You set the function with a keyword argument, and can change the function performed with the mode message. The behavior of the zl objectÕs inlets and outlets and the types of messages they expect or process varies according to the mode of the zl object. For brevity in the discussion that follows, we refer to any Max message as a list including single elements such as int, symbol, and float and messages that begin with a symbol (a Max list is a message that begins with a number).
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 34669674 members connected RSS
Site under GNU Free Documentation License