what :
Home > Search > when

Objectspage : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
MultiCtrl External Allows several user interface controllers to be used simultaneously in such a way that any can be used and others are updated.
E.g. a number box and a slider control can be linked so that both will control output and when one is changed, the other changes accordingly without sending Max into stack overflow. MultiCtrl seems to deal fairly well with floats except that they are treated as integers.
multiply accumulate signal (*=~) External Signal multiplication and accumulation.
Each incoming bit is multiplied with the previous output signal, starting from a given argument.
Usefull when using MSP as alternative signal mechanism (for when Max fails in accuacy).
Analogue to the +=~ object. Also resets to 0 by a bang and sets to a value by a "set" message.
mw.jit.centre-it Abstraction A Jitter abstraction for placing a matrix of unknown dimensions at the centre of a fixed-dimension matrix.
Useful in situations where you don't know how big an image is, such as when displaying downloaded images from jit.uldl.
mwc External cleans-up your max window
mwc cleans up your max window when you send it a bang. This version was tested on an Intel Macintosh.
mwc_bu External mwc_bu clears your max window when you send it a bang.
Very usefull when debugging a patch. If you have any problem downloading the object... e-mail me and i will send it to you : tworowski@freesurf.fr.
Thank you
next External Detect logical separation of messages
The next object sends out a bang out its left outlet when an incoming message is not part of the same Max "event" as a previous message. (An "event" is a mouse click, key press, MIDI event, or tick of the scheduler.) Otherwise, the next object sends a bang out its right outlet. Use the next object to do something once per dump of an object such as coll.
notegen External Variation on makenote.
Eliminates holes created when a short note sends a note-off before another generated note on the same pitch has been completed. makenote generates a noteoff for each noteon. notegen sends noteon and noteoff messages in a slightly more discriminating manner.
number~ External Signal monitor, converter, and generator
number~ is designed to make it convenient to monitor signal outputs for debugging. It can also be used to supply a constant signal value. It combines the functions of snapshot~, a floating-point number box, and sig~/line~. number~ can display either the incoming signal (when the wave icon is present in the box) or the outgoing signal (when the arrow icon is present). Click on the picture to switch display modes. When the display shows the input signal being monitored, you can't change the value by clicking or typing. When the outgoing signal value is displayed, you can click in the box to select it for typing or change it in the same way as a floating-point number box.
offer External Store X, Y pairs temporarilily
offer was designed for use with algorithms that transform the pitch of an incoming note stream. By storing the original and transformed note together (the transformed may be sent in the right inlet, immediately followed by the original, or they can be sent as a list) when the pitch of the note-on is changed, the transformed pitch can be retreived when the note-off is received. An example is shown in the subpatch at right. Double-click to see it.
oneshot External Output a number when bang is inputted
op.soundcloud Javaclass (mxj) upload files on SoundCloud.com
op.soundcloud uploads sound to SoundCloud.com and shares it online. AIFF, WAVE, FLAC, OGG, MP2, MP3, AAC, AMR and WMA files are the accepted formats.
In order to login, you need a user name, a password, a “client secret” and a “client id”. The “client secret” and a “client id” are found when registering an app on soundcloud.com. I left you the choice to do it yourself or use the ones provided in this help patch.
It is then possible to add tags, delete an uploaded file, change copyrights and access properties.
When a file is uploaded, the external gives the url on which one can have access to the sound from a web browser.
The help patch also contains an example for uploading a stack of files from disk.
Soundcloud API: 1.0.2 (nov 2011).
op.xroute External UB port for xroute (can be removed when an "official" xroute will come out)
No worries : same sources than Jhno xroute
pak External Output a combined list when any element changes.
Like pack, but all inlets cause output
pass~ External Elminate noise when listening to a muted subpatcher
Elminate noise when listening to a muted subpatcher. Use pass~ before the outputs of a subpatcher you intend to mute. When the subpatcher is disabled using mute~, the pass~ object outputs a zero signal. Otherwise it passes the input to the output. If pass~ isn't used, the output of a muted subpatcher could be any signal, even one making unwelcome noise, because the function of mute~ is not to zero the volume of the output but to eliminate the DSP processing (and therefore the CPU utilization) of the subpatcher. An alternative to using pass~ would be to put a volume control on the output that is set to zero when the subpatcher is muted.
past External Report when input increases beyond a certain number
Sends a bang when a number of list of numbers rises above a certain value
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 46131720 members connected RSS
Site under GNU Free Documentation License