what :
Home > Search > when

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
patcherargs External Get parent patcher arguments
The patcherargs object outputs the parent patcher's arguments when a patcher is loaded. "Normal" arguments are sent as a list out the left outlet, while attribute style arguments are parsed and sent out as a series of lists out the right outlet. The patcherargs object accepts additional arguments which will be used in the event that the parent patcher has no arguments.
patchname External A simple object that reports the name of the patch in which it is contained.
A simple object that reports the name of the patch in which it is contained. It\'s handy for getting information about a patch when working with certain included objects, like using \"filedate\" to find out when a patch was last updated. Available for Max/MSP 4.x on OS 9 only. This object will not be updated to OS X because the method it uses appears to be broken in OS X
peak~ Abstraction peak meter
peak~ is a peak meter, much like the red peak indicator in MSP’s signal meter. This abstraction is a relic of the days when chic graphic interfaces were just a dream.
permutate Abstraction random based object
A supply (any material list of int, float and symbols) in right inlet is permutated irregularily without immediate repetition of an element. Whenever a bang is sent to the left inlet, one element of the supply is sent to the outlet.
pipe External Delay line for numerical values
Pipe is a delay line for integers. Unlike 'delay' it can remember many values at once, putting them out at the appropriate times. With no arguments, pipe delays a single integer. More than one argument allows you to delay multiple integers by the same amount, with the rightmost outlet firing first. The delays are triggered by an integer in the leftmost inlet. Pipe can delay floating point numbers when floating point arguments are typed in.
play Abstraction Plays a note whenever a key number is sent to the left inlet.
Plays a note whenever a key number is sent to the left inlet. The other parameters (velocity and duration) are optional and can change at any time. Since vs. 2 a MIDI-channel can be selected.
play2 Abstraction Plays a note whenever a key number is sent to the left inlet.
Plays a note whenever a key number is sent to the left inlet. The other parameters (velocity and duration) are optional and can change at any time. - Routes the MIDI-out either to specified serial port (argument: 0) or to the built-in MIDI-synthesizer of QuickTime 2.x (argument 1).

1 comment

plugphasor~ External Output 0-1 ramp beat-synchronized with host
Output 0-1 ramp beat-synchronized with host. When the host's transport is playing, plugphasor~ will output a beat-synchronized ramp (like phasor~). This ramp can be used to drive a cycle~ for a beat-synced LFO.
pmpd.link2D External 2D link between 2D masses
This object is used to link 2 masses together to allow interaction between them. Interaction is mainly visco-elastic. Position of the 2 masses are receive to the corresponding inlets. Forces is compute and output when this object receive a bang.
pmpd.link3D External like the link2D but for 3D simulation
This object is used to link 2 masses together to allow interaction between them. Interaction is mainly visco-elastic. Position of the 2 masses are receive to the corresponding inlets. Forces is compute and output when this object receive a bang. This object is similar to link2D, but in 3 dimensions...
prob External Build a transition table of probabilities, Make weighted random series of numbers
Prob accepts lists of three numbers in its inlet. The third number represents the weight of the probability of going from states represented by the first two numbers. For example, 1 2 4 would mean that there is a weight of 4 in going from state 1 to state 2. When prob receives a bang, it makes a random jump from its current state to another state based on its current weighting of transitions. If a transition can be made, the new state is sent out the left outlet. If not, a bang is sent out the right outlet. For any particular state, the weights of all possible transition states are summed. Thus if a state could jump to three states that had weights of 3 4 and 1, the first one (3) would occur 37.5% of the time, the second 50% of the time, and the third 12.5%. Note that any state can make a transition to itself with a list of the form (state state weight).
pv External Store and retrieve variables specific to a patcher
pv is similar to the value object, which allows a number, symbol or list to be shared among several objects. However, pv is local to a patcher and its subpatchers. In this example, there are two subpatchers in this help file, each with its own copy of "pv private". Changes to "pv private" objects in one subpatcher do not affect those in the other. However, there is a "pv public" object in this patcher which is accessible to both subpatchers. You can use pv when you need to share a value within a patcher or subpatchers, but there may be multiple copies of the patcher around. Thus, pv is most useful for patchers you will make into files and reuse repeatedly.Also double-click on the patcher "more" for more information about pv features.
qlim External Queue based speedlim
The qlim object is similar to a combination of speedlim and jit.qball. In Jitter, most execution take places in the low priority queue to prevent drawing to the screen at interrupt. The speedlim object unfortunately places messages back in the scheduler for execution, and thus may result in a crash when used to temporally downsample streams of Jitter matrices if overdrive is turned on. The qlim object is an interrupt safe replacement for this and other tasks.
qttimecode External extracts time code track information from a quicktime movie: time code for any frame number (int / symbol), reel name and length of movie (information added for example by Final Cut Pro when capturing DV footage).
extracts time code track information from a quicktime movie: time code for any frame number (int / symbol), reel name and length of movie (information added for example by Final Cut Pro when capturing DV footage).
radians->hz Abstraction radians to hertz converter
This utility converts values expressed in radians — between zero and pi (pi=3.1415926535897932) — to Hertz values between 0 and half the sampling rate. Like its cousin, hz->radians, 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 radian to Hz 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 future.
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 99065908 members connected RSS
Site under GNU Free Documentation License