what :
Home > Search > line

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
phaseshift~ External Allpass phase-shifting filter
Allpass phase-shifting filter. phaseshift~ is a 2nd-order phase shift filter. It provides a nonlinear delay time as a function of input frequency, emulating the phase shift elements found in analog phase shifter effects. Cascade several phaseshift~ objects to create a more dramatic effect.
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~ External Sample playback based on position within a buffer~
play~ is a playback interface for buffer~ that plays back samples based on an offset within the sample. See groove~ for another sample playback interface. play~ is typically used with line, but can be used with any signal that generates a changing position value.
pmpd.iLine2D External simulation of interaction between a collection of masse and a line.
This interactor act as a link to a line. (the line is define with 2 points). It react like all interactors objects.
pmpd.tLine2D External test object associated with iLine2D.
It can test different things associated with the position or movement of a mass among the line.
pmpd.tSeg2D External test object associated with iSeg2D
It can test different things associated with the position and movement of a mass among the line.
polyline Abstraction non-audio use of poly~
pow~ External Take base to the exponent power using signals
Take base to the exponent power using signals. pow~ is useful for generating curves from line~. In the example below, pow~ with an argument 2 (for 2 to the exponent specified by the input signal) is used to generate a pitch glissando.
qgain1~ Abstraction quadraphonic gain module
This quadraphonic gain module can be used to control a four-channel signal with one master gain fader. The advantage of using qgain1~ over a simple signal multiplication (*~) is that qgain1~ is already configured to convert a linear slider into a logarithmic gain scale. It uses the built-in log scale of the standard MSP object linedrive (see the MSP reference manual for details).
Quadratic3Dsearch External finds nonlinear 3D quadratic equations
Quadratic4Dsearch External finds nonlinear 4D quadratic equations
quadxfade~ External quadraphonic crossfader featuring linear or power fades.
rampsmooth~ External rampsmooth~ smooths an incoming signal across n samples.
rampsmooth~ smooths an incoming signal across n samples. Each time an incoming value changes, it begins a linear ramp of n samples to reach this value. Useful for envelope following and lowpass filtering. The number of samples is specified either as arguments or with the ramp, rampup, rampdown messages.
rand~ External Generate a band-limited random signal.
Generate a band-limited random signal. rand generates a signal consisting of random values between -1 and 1 generated at a frequency specified by its input. It interpolates linearly between these values.
RCer External Smoothes continuous data.
It has many uses, from smoothing out incoming controller data, to doing counter and line-type operations. Limits output between a minimum and maximum. Input is a destination value RCer will seek. It outputs values in increments of step, in time intervals of rate, until it reaches the destination. It then shuts off until a new destination is received. If it receives a new destination before reaching an old destination, the new destination takes precedence and the old is ignored.
page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14

Libraries
A-Chaos Lib
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='21' Sier library of non-linear strange attractors for max under macintosh sys, extended from Richard Dudas Chaos Collection, including the source (24 dynamic non-linear systems:: a-baker, a-clifford, a-collatz, a-duffing, a-fibonacci, a-ginger, a-henon-heilles, a-henon, a-henonf, a-henonphase, a-ikeda, a-jong, a-logistic, a-logistic1, a-lorenz, a-lorenz.e,a-lyapunov, a-navier-stokes, a-navier-stokes.e, a-rossler, a-stein, a-stein1, a-torus and a-verhulst)
cv.jit
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='19'Jean-Marc Pelletier cv.jit is a collection of max/msp/jitter tools for computer vision applications. The goals of this project are to provide externals and abstractions to assist users in tasks such as image segmentation, shape and gesture recognition, motion tracking, etc. as well as to provide educational tools that outline the basics of computer vision techniques.
Jeroen_ChaosLib
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='98'Jeroen Liebregts This set of objects is capable of generating an infinite amount of attractors by automatically constructing nonlinear equations. These formulas are of the type quadratic and cubic, so their highest term is to the power of two (quadratic) or three (cubic). The quadratic equations go up to four dimensions, the cubic up to three. Example patches are included.
p.jit.gl.tools
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='123' Pelado the p.jit.gl tools are designed to provide for easier learning of and experimenting with the many attributes that are available to jitter's gl objects by making them a whole lot more transparent and accessible. patches expose jitter gl object's attributes to interfaces that allow you to immediately edit and change an attribute's value. many of the parameters are attached to blines, which provide smooth changes while rendering, and all settings can be saved and recalled as presets using the pattrs that are embedded in the patches.
SFA Max/MSP Library
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='172'Stefano Fasciani The SFA-MaxLib is a collection of Max/MSP objects developed in the context of the VCI4DMI. It includes functions and utilities in the form of FTM externals, FTM abstractions and Max abstractions. FTM is a shared library for Max/MSP developed by IRCAM, which provides a small and simple real-time object system and a set of optimized services to be used within Max/MSP externals.

List of FTM Externals: sfa.eig - eigenvalues; sfa.inputcombinations - combination generator; sfa.levinson - levinson-durbin recursion; sfa.lpc2cep - lpc to cepstra conversion; sfa.rastafilt - rasta filter; sfa.rmd - relative mean difference; sfa.roots - polynomial roots;

List of Abstractions: sfa.bark.maxpat - energy of the Bark bands from time domain frame;sfa.bark2hz_vect.maxpat - Herts to Bark conversion;sfa.barkspect.maxpat - energy of the Bark bands from spectrum; sfa.ceil.maxpat - ceil function; sfa.featfluxgate.maxpat - gated distance on stream of feature vectors; sfa.fft2barkmx.maxpat - utility sub-abstraction of sfa.bark; sfa.fft2barkmxN.maxpat - utility sub-abstraction of sfa.barkspect; sfa.hynek_eq_coeff.maxpat - hynek equalization coefficients; sfa.hz2bark.maxpat - Hertz to Bark conversion; sfa.hz2bark_vect.maxpat - Hertz to Bark conversion for vectors; sfa.hz2mel.maxpat - Hertz to Mel conversion; sfa.idft_real_coeff.maxpat - utility sub-abstraction of sfa.rasta-plp; sfa.maxminmem.maxpat - minimum and maximum of a stream of data; sfa.mfcc.maxpat - MFCC coefficients; sfa.modalphafilter.maxpat - 1st order IIR lowpass on a stream of vectors; sfa.nonlinfeqscale.maxpat - linear spectrum to Bark or Mel scale conversion; sfa.rasta-plp.maxpat - PLP and RASTA-PLP coefficients; sfa.spectmoments.maxpat - 4 spectral moments (centroid, deviation, skewness, kurtosis); sfa.3spectmoments+flatness.maxpat - 3 spectral moments (centroid, deviation, skewness) and the spectral flatness; sfa.spectralflux.maxpat - spectral flux on stream of spectrum vectors; sfa.spectralfluxgate.maxpat - gated spectral flux on stream of spectrum vectors; sfa.std.maxpat - standard deviation; sfa.win_to_fft_size.maxpat - smaller FFT size given frame size; sfa.GCemulator.maxpat – 3D gestural controller emulator;

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