what :
Home > Search > table

Objectspage : 1 2 3 4 5 6 7
gem.gemtablet External Respond to tablet events (currently not available)
gen10 External computes a harmonic wavetable
gen20 External random function / table generator
gen5 External exponential breakpoint function wavetable generator, b.p.f.
gen7 External linear breakpoint function wavetable generator, b.p.f.
gen9 External sinusoidal wavetable generator
Gesture Recorder Patch Gesture Recorder is intended to capture gestures from MIDI continuous controllers
Gesture Recorder is intended to capture gestures from MIDI continuous controllers (although any integer source can be used), and play them back in a variety of ways. It works with normal continuous controllers, as well as pairs of controllers (e.g. Joysticks).
It uses tables as the storage mechanism, and allows for changing the time base when recording as well as playback. During playback, it can optionally loop, interpolate, and modify the direction. There is a crude sync facility, as well.
ike.gain~ Abstraction A simple audio gain abstraction that includes settable defaults and a line~ object for ramping gain changes.
kink~ External Distort the output of a phasor~
Distort the output of a phasor~. kink~ takes phasor~ values and distorts them according to a slope factor. If the input times the slope is less than 0.5, that value is output. Otherwise, a complentary slope is used, equal to 0.5 at the same input value but equal to 1 when the input is 1. This creates a bend or "kink" in the phase waveform when the slope is not equal to 1. If you feed the output of kink~ into a cycle~, the result is that the first part (before the kink) of the wavetable is scanned much more quickly than the second part (after the kink). Can you say CZ-101? Sure you can.
lookup~ External Use a buffer~ for nonlinear distortion of a signal
Use a buffer~ for nonlinear distortion of a signal. lookup~ allows you to use a table of samples (buffer~ object) to do waveshaping on a signal, in which the Y values of a input signal are used as X values to look up new signal values. Input values of -1 to +1 are mapped to table values between 0 (or the specified sample offset) and the size of the table.
Lpref External An object to manage preference files for patchers. It is a table of 256 ints.
LtoTab External Convert list to a series of ints or floats, with accompanying indices.
Convert list to a series of ints or floats, with accompanying indices. Designed to fill a table with the values in a list.
lut-level External Create lookup tables to control color level for the Nato modular object 242.lut
markov Abstraction probability based object
Interface built around the prob-object of David Zicarelli. A table of transition probabilities (cf. prob.help) is sent to the right-most inlet and the start value into the middle. A bang into the left inlet outputs an element chosen from a one-dimensional markov matrix.
markov External Build a transition table of probabilities (Finite Markov chain)
page : 1 2 3 4 5 6 7

Libraries
FuzzyLib
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='139'Alain Bonardi
Isis Truck
When manipulating human knowledge such as perception, feelings, appreciation, veracity of facts, etc., the classical logic that recognize only two truth degrees (true or false) is not always the most suitable.

To solve this problem, more than two degrees are considered in the non-classical logics. The fuzzy logic is one of these logics.

In this logic, facts are represented through membership functions: when the membership value is equal to 1 the fact is exactly true; when it is equal to 0 the fact is exactly false; in between there is an uncertainty about the veracity of the fact.

These membership functions are called "fuzzy subsets". They can be of different shapes: gaussian, trapezoidal, triangular, etc.

Thus the aim of the fuzzy logic is to propose a theoretical framework for the manipulation - representation and reasoning - of such facts.

The Fuzzy Lib library implements all the tools that are necessary to handle this manipulation: representation of a fuzzy subset (among them are the fuzzification, defuzzification and partitioning), reasoning process (generalized modus ponens, fuzzy implications, t-norms, t-conorms, etc.).

This version 1 of the Fuzzy Lib enables to implement fuzzification, uncertain reasoning and defuzzification for any number of data in the framework of Max/MSP environment.
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 100947725 members connected RSS
Site under GNU Free Documentation License