what :
Home > Search > mean

Objectspage : 1 2 3 4 5
v.nor External single stream: do a bit-wise NOR operation on each pixel's brightness dual stream: do a bit-wise NOR between the pixel brightnesses of two streams
single stream: do a bit-wise NOR operation on each pixel's brightness dual stream: do a bit-wise NOR between the pixel brightnesses of two streams In single stream mode, v.nor calculates the bitwise NOR of the each pixel of stream 1 and an integer. In dual stream mode, v.nor NORs each pixel in stream 1 with the corresponding pixel in stream 2. This is most useful when the two streams are the result of comparison objects (i.e. v.>) which output 0 or 255, meaning that the bit-wise NOR effectively operates as a logical NOR in that case.
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.or External single stream: do a bit-wise OR operation on each pixel's brightness dual stream: do a bit-wise OR between the pixel brightnesses of two streams
single stream: do a bit-wise OR operation on each pixel's brightness dual stream: do a bit-wise OR between the pixel brightnesses of two streams In single stream mode, v.or calculates the bitwise OR of the each pixel of stream 1 and an integer. In dual stream mode, v.or ORs each pixel in stream 1 with the corresponding pixel in stream 2. This is most useful when the two streams are the result of comparison objects (i.e. v.>) which output 0 or 255, meaning that the bit-wise OR effectively operates as a logical OR in that case.
v.screen External v.screen displays an incoming video stream in a rectangle in the patcher window.
v.screen displays an incoming video stream in a rectangle in the patcher window. The screen rectangle can be resized. The incoming stream is rescaled to the full rectangle. Except for ati mode and gl modes, all display modes are done in deferred mode, meaning that they are lower priority than most processing (except if over-drive is off). Usually this is okay, but there are times when you want to prioritize display. ati mode (where available) and gl mode allow the display to operate on the same priority level as the rest of the processing.
v.tween External v.tween interpolates between the previously received frame and the most recent frame.
v.tween interpolates between the previously received frame and the most recent frame. In default mode, v.tween calculates the interpolation to take exactly the amount of time between frames. This means for example that you can add a v.tween after a v.movie with a low frame rate and have it up the frame rate with interpolation.
v.window External v.window displays an incoming video stream in a window
v.window displays an incoming video stream in a window. The window can be resized. The incoming stream is rescaled to the full window. Except for ati mode, all display modes are done in deferred mode, meaning that they are lower priority than most processing (except if over-drive is off). Usually this is okay, but there are times when you want to prioritize display. ”ati” mode (where available) and "gl" mode allow the display to operate on the same priority level as the rest of the processing. v.window will, by default, apply any alpha channel that accompanies the received stream before displaying.
v.xor External single stream: do a bit-wise XOR operation on each pixel’s brightness dual stream: do a bit-wise XOR between the pixel brightnesses of two streams
single stream: do a bit-wise XOR operation on each pixel’s brightness dual stream: do a bit-wise XOR between the pixel brightnesses of two streams In single stream mode, v.xor calculates the bitwise XOR of the each pixel of stream 1 and an integer. In dual stream mode, v.xor XORs each pixel in stream 1 with the corresponding pixel in stream 2. This is most useful when the two streams are the result of comparison objects (i.e. v.>) which output 0 or 255, meaning that the bit-wise XOR effectively operates as a logical XOR in that case.
Vdronk Abstraction Vdronk is my implementation of the Max drunk object.
Dronk can produce the same number twice. Arguments and inlets 2 and 3 have the same meaning as drunk. Defaults for these arguments are 128 and 1. The output will be between 0 and the value expressed in argument 1 (inlet 2) inclusive. Argument 2 (inlet 3) is the "stagger" interval and is also inclusive. This behavior is different from drunk. For example: if the wander interval is 2 and the previous output was 7, the next output can be 5, 6, 7, 8, or 9.
Vmean External Vmean calculates an arithmetic, geometric, or harmonic mean of the elements of a vector (in Max, a list).
xray.jit.mean External calculate the mean/sum of a matrix along rows or columns (outputs a row/column vector)
zsa.ampstats~ External Report min/mean/max/sum of a signal vector or a FFT frame
page : 1 2 3 4 5

Libraries
EAMIR - the Electro-acoustic Musically Interactive Room
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='133'V.j. Manzo The EAMIR project is an open-source effort to enable educators with technology for music education. Software is designed around a common configuration which can be easily implemented by music educators around the world by downloading source code and standalone applications through eamir.org.

Users who understand programming can edit the source code and post their new source and standalone applications back to the site for the EAMIR community to use.

Much of the EAMIR software is also designed to allow students with physical and mental disabilities to create meaningful music using interfaces that are accessible to their needs.


The EAMIR SDK allows users to easily create their own EAMIR-like applications by connecting preassembled interface modules to musical modules. The interfaces include cameras with color tracking, guitar hero controllers, wii remotes and devices, dance dance revolution pads, and other gaming controllers as well as traditional MIDI instruments like keyboards.

created by V.J. Manzo
www.vjmanzo.com | www.eamir.org
Jitter
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='11' Cycling74 Jitter is a set of 135 brilliant new video, matrix, and 3D graphics objects for the Max graphical programming environment. The Jitter objects extend the functionality of Max4/MSP2 with flexible means to generate and manipulate matrix data -- any data that can be expressed in rows and columns, such as video and still images, 3D geometry, as well as text, spreadsheet data, particle systems, voxels, or audio. Jitter is useful to anyone interested in real-time video processing, custom effects, 2D/3D graphics, audio/visual interaction, data visualization, and analysis
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;
v001
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='106'--/// Vade v001 is meant to help bring a structured method for building modular and reusable performance patches for Max/MSP and Jitter - it isnt a complete low level programming system, rather an immediately useful set of pre-made objects and patching methodologies for building modules and automatically creating dynamic and scriptable user interfaces.

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