what :
Home > Search > when

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
filewatch External Notify Max of a file change.
The filewatch object reports when a file or folder -- specified by name (in the search path) or by complete path -- changes.
flange1~ Abstraction flanger
flange1~ is a simple flanger that is closely related to comb2~. The principal difference is that it uses a variable delay tap. An added parameter controls the portamento time of the resonant frequency when it is changed. This abstraction is intended for use with dynamic parameter changes. As with the comb filter, equally spaced peaks or troughs in the output signal's frequency response are created at each multiple of the peak width (a frequency value in Hz). This is done by adding a slightly delayed version of a signal to itself, which causes regularlyspaced phase cancellation in the signal’s spectrum. Negative values for the intensity parameter cause the center frequency of all peaks to be shifted by half the peak width (i.e. the troughs occur at each multiple of the given width).
framedelta~ External compute the phase deviation between successive FFT frames
framedelta~ subtracts each of the values of the previous input signal vector from those of the current vector so, when used in the context of a pfft~ patch (where the FFT frame is the vector size) it can be used to compute the phase deviation
fripp~ External Buffer record/play/overdub
Fripp~ is a buffered record object designed with looping in mind. Features:
* Buffers are circular.
* Variable speed playback and recording.
* Overdubbing into an existing buffer.
* Sample-accurate synchronizing multiple fripp~ objects together * Built-in loop quantization when working with multiple fripp~ objects of varying loop lengths

Inspired by devices like Gibson's Echoplex Pro, Line6's DL4, and Lexicon's JamMan.

4 comments

ftm.object External an FTM object in a Max box
The object ftm.obj allows for the static creation of an FTM object. A reference to the FTM object is sent outof ftm.obj when sending a bang to its inlet. All other messages sent to ftm.obj are redirected to the FTM object it contains.
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.
grain.bang~ External granular synthesis - Outputs a single grain when a bang is received.
Bangs only trigger a grain output if no grain is currently being output.
grain.pulse~ External granular synthesis - Outputs a single grain when it detects a pulse from a 'train~' object.
Outputs a single grain when it detects a pulse from a 'train~' object. Allows a higher density of grains to sound than with 'grain.bang~' because it does not rely of the scheduler.
greaterthan~ (>~) External Signal greater-than operator
Signal greater-than operator. The signal greater-than operator outputs a 1 signal when the left input is greater than the right input and a 0 when it is less than or equal the right input. The right input can be a signal or a float.
happens~ External 2-states threshold detector with attack and release times
When using noisy sensor data to trigger something, there's often the need of obtaining a steady signal to indicate that the threshold has been exceeded for a determinate amount of time, and viceversa.
Happens~ outputs 1 when the input signal has exceeded the threshold for a determinate amount of time. While the signal is under the threshold value, the attack time of the internal envelope follower is the one defined by the user, ad the release time is 0. When the state changes to triggered, the attack time is 0 and the release time is the one specified by the user.
hpass1~ Abstraction highpass filter
This is a first-order IIR (infinite impulse response) highpass filter using biquad~. When you look inside you will see that it is made by subtracting a lowpass filtered version of a signal from the signal itself. The lowpass filter used is lpass1~, one of the simplest filters in the Jimmies collection (see lpass1~). The hpass1~ module accepts a cutoff frequency value which defines the frequency at which the low frequencies will begin to be attenuated; they will be attenuated right down to 0 Hz. There is no control for the slope of the attenuation curve (see hpass2~ for a second-order highpass filter).
Hysteresis Patch Outputs 1 when increasing input reaches upper threshold, 0 when decreasing input reaches lower threshold
hz->radians Abstraction hertz to radian converter
This utility converts Hertz values between 0 and half the sampling rate to values expressed in radians — between zero and pi (pi=3.1415926535897932). Like its cousin, radians->hz, it adapts automatically to the current sampling rate. When a signal is connected to the object’s left inlet, the signal’s sampling-rate will be used in the Hz to radian calculation. If no signal is connected, MSP’s global (default) sampling rate will be used. Currently, MSP does not allow multiple sampling rates, but this feature might be supported in the futur
ice.demux External Demux is special unpack replacement objects that feature strict inlet to outlet alignment of all data.
For those curious, this object transmits and processes null values when items aren't present in order to keep lists tidy.
ice.mux External Mux is special pack replacement objects that feature strict inlet to outlet alignment of all data.
For those curious, this object transmits and processes null values when items aren't present in order to keep lists tidy.
page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

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.

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