what :
Home > Search > text

Objectspage : 1 2 3 4 5 6 7
jit.gl.handle External Use mouse movement to control position/rotation
object requires one argument: the name of a drawing context. A named drawing context is a named instance of a jit.window, jit.pwindow, orjit.matrix object which has an instance of the jit.gl.render object associated with it. This value may also be set via the OB3D drawto attribute. When the context is being drawn to a jit.window or jit.pwindow, jit.gl.handle responds to mouse clicks and drags in the destination by generating rotate and position messages out its left outlet. When these messages are sent to 3D objects, the objects can then be rotated and moved in space using the mouse.
jit.gl.model External Read and draw Wavefront .obj models
The jit.gl.model object requires one argument: the name of a drawing context. A named drawing context is a named instance of a jit.window,jit.pwindow, or jit.matrix object that has an instance of the jit.gl.render object associated with it. This value may also be set via the OB3D drawtoattribute. The jit.gl.model object reads and draws Alias/Wavefront .obj files. Currently, only tessellated polygons are supported, and not advanced features of the .obj format such as NURBS or parametric surfaces.
jit.gl.plato External Generate platonic solids
The jit.gl.plato object requires one argument: the name of a drawing context. A named drawing context is a named instance of a jit.window,jit.pwindow, or jit.matrix object that has an instance of the jit.gl.render object associated with it. This value may also be set via the OB3D drawtoattribute.
jit.gl.render External Render Open GL
The jit.gl.render object requires a single argument -- a name that will be attached to its OpenGL context. The OpenGL drawing can be sent to any named jit.window, jit.pwindow or jit.matrix object. Use the drawto destination message to change the destination on which the drawing results will be visible. When drawing to a jit.matrix object, the matrix must be sent to a pwindow or otherwise made visible in order to view the drawing.
jit.gl.text2d External Write bitmap text
The jit.gl.text2d object requires one argument: the name of a drawing context. A named drawing context is a named instance of a jit.window,jit.pwindow, or jit.matrix object that has an instance of the jit.gl.render object associated with it. This value may also be set via the OB3D drawtoattribute.
jit.gl.text3d External Write vector text
The jit.gl.text3d object requires one argument: the name of a drawing context. A named drawing context is a named instance of a jit.window,jit.pwindow, or jit.matrix object that has an instance of the jit.gl.render object associated with it. This value may also be set via the OB3D drawtoattribute.
jit.gl.texture External Create an OpenGL texture from a matrix or a file.
robust texture object including advanced features like uyvy support, rectangular textures, anisotropic filtering, multitexturing blend modes, floating point textures, texture compression, and more. Multiple jit.gl.texture objects can be attached to any OB3D thru the OB3D texture method.
jit.gl.videoplane External GL accelerated video plane
The jit.gl.videoplane object maps incoming video to a plane in 3D space. This may be used to exploit hardware accelerated rotation, scaling, interpolation, and blending. The jit.gl.videoplane object requires one argument: the name of a drawing context. A named drawing context is a named instance of a jit.window, jit.pwindow, or jit.matrix object that has an instance of the jit.gl.render object associated with it. This value may also be set via the OB3D drawto attribute.
jit.gl.volume External 3d texture volume visualization
Visualize a matrix of density values into a textured grid based volume.
jit.print External Print a matrix as text in the Max window
The jit.print object prints matrix values for display in the Max window. Due to limitations of the Max window, it works best for smaller matrices. To see larger matrices, see the jit.fprint, which works similarly, but prints to a file. Delimiters may be set for plane, column and row. Dimensions are delimited by , where N = the current dimension.
jit.textfile External Read and write a matrix as an ASCII text file
The jit.textfile object maintains a text buffer, into which a text file or char matrix can be imported. The buffer can also be edited directly by double-clicking on the object to open an editor window. A bang to the object causes the text buffer to be sent out the left outlet as a matrix. In adapt mode, jit.textfile will analyze the file for carriage returns and deduce the probable width and height of the output matrix (always 1 plane 2 dimensional). String matrices can be output using the line message.
jmod.cuelist Jamoma Module a module to control bridged modules by means of a text format cue script.
lcd External Draw shapes, lines, and text into a box in a patcher window
The original LCD object was written by Michael Lee, with additional features by Steve Ellison and David Zicarelli. This is a completely new implementation (yes, from scratch) by xoaz dudas, with a lot of cool additions by Joshua Kit Clayton.
lcdterm Patch a textedit-like ui patch for entering and displaying text, with the advantage of complete tweakability.
lp.gammer External Generate random numbers from Gamma and Erlang distributions
The Gamma distribution has two parameters, generally referred to as order and location. It produces an asymmetrical distribution of positive random values, and is often used in musical contexts for generating rhythms. The order parameter must be positive, the location parameter may be zero or positive. The Erlang distribution is a special case of the Gamma function when the order parameter is an integer. This distribution is modeled on a process consisting of several independent exponentially-distributed sub-processes. In this case, the order parameter indicates the number of sub-processes. An Erlang distribution with order of one is equivalent to an exponential distribution.
page : 1 2 3 4 5 6 7

Libraries
FFTexternals
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='3'Nathan Wolek A small collection of externals used for various spectral processing. Includes objects for computing amplitude in decibels and a few complex math functions.
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
loadbang.net SQL
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='99'Nick Rothwell A Java library for communicating with SQL databases from MXJ. We currently support MySQL and HSQLDB. The HSQLDB system includes an embedded database instance, so it runs automatically from text files in Max\'s search path; no external database server configuration is necessary.
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 41419826 members connected RSS
Site under GNU Free Documentation License