what :
Home > Search > line

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
atodb~ External Linear amplitude to dB conversion at signal rate.
au.outline External trace edges of image
audiorouter Patch audio fx routing example
i wanted to use 4 filters on 8 outputs of a tap delay line; this selects 2 audio lines to go: thru/thru; thru/eq; eq/thru. with a pretty little matrix to control it (currently inside the patch). (i used 4 of these & 4 svf~ s)
bat.bezierSpline Abstraction Abstractions for generating Bézier-spline control curves.
This package contains three abstractions for creating Bézier spline curves in Max: [bat.bernsteinPolynomials], [bat.bezierSpline], and [bat.bezierSplineBSM]. The latter is designed to create control signals using Bézier splines that are constrained to (all but) ensure a slope of 0 at the ends. Ultimately, it provides an artistically useful way to shape control signals in expressively-significant ways.
between-lin Abstraction random based object
Bang (or any input) in left inlet outputs a random number of a linear scale between min and max with a certain number of elements.
between-lin-urn Abstraction random based object
Bang (or any input) in left inlet outputs a random number of a linear scale between min and max with a certain number of elements. An already chosen element is blocked until all the others have been selected ("repetition check").
bline External bang-based multi-segment line object
The bline object is an event-driven version of the Max line object. It takes a breakpoint list of [target] [time_to_target] pairs and 'tweens' appropriately to generate a smooth function. The major difference is that the bline object is driven by bang messages sent to its left inlet instead of being driven by the Max scheduler. This gives the object a flexible timebase, which is useful when working with events that have a variable processing time (such as rendering matrices in Jitter). As with the line object, the bline object sends a bang out the object's right outlet when the current ramp is finished. It works with integer and floating point numbers, can be stopped (with the stop message), and can use multi-segment lists (unlike Max line, but in keeping with the MSP equivalent, line~).
bline External An event-driven multi-segment line object.
takes lists in the format . it is similar to the line object, except that it is driven by events (given as bangs in the object's inlet) rather than the Max scheduler.
bspline External bspline curve from n ctrl points in 3D
chuck~ External [chuck~] encapsulates the ChucK music programming language in max/msp
Version 1.6 (Max5) of the [chuck~] Max/MSP object
is available for free download:

http://music.columbia.edu/~brad/chuck~/

for Macintosh OS X (10.5/6).

The new [chuck~] object is up-to-date with the latest (v 1.2.1.3)
release of the ChucK language, including the LiSa live-sampling
unit generators and the unit-analysis generators in the
1.2.1.3 package.

[chuck~] imbeds the ChucK music-programming language in Max/MSP,
bringing a sophisticated set of synthesis and signal-processing tools
into the Max/MSP environment. [chuck~] also features an advanced
timing and scheduling system in addition to a functional-style
programming interface for algorithmic operations. Full source for
the object and the language are also on-line.

No Windows version is available at present -- sorry!

This is a fun object -- enjoy it! For more information about ChucK,
visit the ChucK web page:

http://chuck.cs.princeton.edu/

Brad Garton, Director
Columbia University Computer Music Center
http://music.columbia.edu/~brad
comb2~ Abstraction comb filter
Unlike comb1~, this comb filter, an IIR filter, uses feedback in its delay line, so it has a very large potential gain, making it usable alone. This module comes closer to the standard comb~ object in MSP, although it does not implement feed-forward.
cos-slider Abstraction Transform a linear slider into a cosine function.
cretmet~ External get the signal peak level (dB and linear)
Cubic3Dsearch External finds nonlinear 3D cubic equations
Cubicsearch External finds nonlinear 2D cubic equations
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 83264518 members connected RSS
Site under GNU Free Documentation License