what :
Home > Search > line

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
cue External [cue] is a Max external that lets you cue Max messages to be dispatched at specified transport times.
[cue] supports batching of messages, settings certain messages to expire if they end up getting behind schedule, timeline scrubbing and looping, and debugging.
curve Javaclass (mxj) more accurate curve~
a Java/mxj~ implementation of curve~ which is more linear when the curve value is 0. Paradoxically, this is based on the curve~ object from the pd cyclone project which itself is a "port" of most objects from Max/MSP!
curve~ External Exponential ramp generator
curve~ is similar to line~. It produces a signal that goes from an initial to target value over a specified number of milliseconds. However, it produces non-linear ramps using a piecewise approximation of an exponential function. You specify the parameter to this exponential function in the curve~ object's right inlet. Values from 0 to 1 produce an "exponential" curve when increasing in value and values from -1 to 0 produce a "logarithmic" curve. The closer to 0 the curve parameter is, the closer the curve is to a straight line, and the farther away the parameter is from 0, the steeper the curve. curve~ can also accept a list of up two or three arguments (the previous curve parameter is used if there are two arguments), or a list with two or more value, time, parameter triples. curve~ is limited to 42 such triples in a single list. The object's approximation of the exponential becomes better when the vector size is smaller, but the object also becomes more computationally expensive.
cv.jit.hough2lines Abstraction Find straight lines in Hough space.
cv.jit.lines External Finds straight lines in a greyscale image.
cv.jit.lines.draw Abstraction Visualize output of cv.jit.lines.
datareader External Datareader is designed as a general-purpose MAX/MSP tool for the production of data sonifications and other applications in which reading multi-column spreadsheet data quickly and easily is necessary.
The datareader object allows users to read and output each column of a multi-column asci file (up to 64 columns) through a separate outlet. Each line can be output sequentially, forward or backward, or by indicating a specific line number. The object also includes simple interpolation and smoothing between lines
db2a~ External decibel to linear amplitude conversion
dbtoa External Convert a dB value to linear amplitude.
ddg.velamp External a handy velocity-scaled AR envelope
a utility patcher (written entirely in Max 4 and MSP 2) that\'s a handy velocity-scaled AR envelope. While it\'s not necessarily the perfect thing for any occasion, it is easily modified (try changing the line~ to a curve, or alter the velocity scaling) and is too useful for the hundreds of times you will need this type of object. This was developed for the MSP Synth-building Tutorials on CreativeSynth.com
del-fb~ Abstraction Delay line with feedback.
Delay line with feedback. The 1st argument of the function is the max delay time (ms), the second is the default feedback attenuation (dB). A "clear" message sent to the rightmost inlet clears the delay line.
delay2~ Abstraction delay
This abstraction is a shortcut for using the standard MSP delay tap objects in a single delay situation. It is for those too lazy to connect a tapin~ and a tapout~ manually. The original version of this abstraction was called delay1~ and used the named-delay-line objects delread~ and delwrite~ from MAX/FTS on the ISPW. The MSP version takes advantage of the tapout~ object which may be either a constant or variable delay, depending on whether a signal or float is connected to its inlet. (See the MSP Users manual on tapout~ for details.)
delayline Standalone Application for exploring the timbral and musical effects of very small to very large time delays, also for layering and combining contrasting delayed materials.
delay~ External Delay calculated in samples, without feedback
delay~ is a simple delay line useful for delaying a signal a small number of samples. Using tapin~ and tapout~ it is difficult to delay a signal less than the current signal vector size. With delay~ you can specify the delay in samples via an int in the right inlet or with an optional second argument.
delread~ External delay line tap
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 40839918 members connected RSS
Site under GNU Free Documentation License