what :
Home > Search > seq

Objectspage : 1 2 3 4 5 6 7
datareader External Datareader is designed as a general-purpose MAX/MSP tool for the production of data sonifications and other applications in which reading multi-column spreadsheet data quickly and easily is necessary.
The datareader object allows users to read and output each column of a multi-column asci file (up to 64 columns) through a separate outlet. Each line can be output sequentially, forward or backward, or by indicating a specific line number. The object also includes simple interpolation and smoothing between lines
ddg.arp External a full-fledged analog-style arpeggiator.
a full-fledged analog-style arpeggiator. while max is the perfect language to implement an arpeggiator, i wanted to create a stand-alone external for simplified synth creation. includes:
-up, down, up/down, rotate (roland-style) and random directions
-as-played or sequential note order
-makenote-style note duration control
1 to 6 octave range
-the perfect addition to an synth-building project.
deferlow External like the defer object, but always places at the tail of the queue.
like the defer object, but always places at the tail of the queue. this is unlike the defer object, which if called at interrupt, places the task at the front of the queue, and otherwise executes immediately. deferlow is useful to preserve sequencing and/or guarantee that a task will be deferred to a future servicing of the low priority queue.
Density Standalone Application Density Granular Synthesis Environment
Density is a new real-time software designed especially for LIVE asynchronous granular synthesis and sound file granulation, a genuine granular playground able to generate a wide range of usual and not so usual effects: time/pitch shifting, time/pitch jittering, intricate textures, grain fountain/pulverizer, recording and manipulation of buffers, complex scrub pad exploration, dynamic envelope shape drawing and many more. Besides the basic tools, even more advanced tools are available to control the grains! You have smooth transitions (interpolation) between global presets (snapshots), you can navigate with hyperVectorial pads or/and sequence your snaps using the "snap rhythm improviser" which provides an unique & powerful way to generate incredible sound phrases. Like any good live-oriented tool, all widgets are controllable via MIDI and OSC protocol, easy to map and manipulate with your MIDI controller. All is packed in an optimized visually sharp interface, easy to use and access when fast improvising live or lazy composing in a studio.
detonate External Sequencing and graphic score following
The detonate object--based on "explode" by Miller Puckette--allows you to input sequences of numbers via inlets, and to input and edit sequences graphically via the mouse and keyboard. (See "EXPLODE: A User Interface for Sequencing and Score Following" by Puckette in the Proceedings, International Computer Music Conference, 1990, Glasgow). The parameter names for input and output are redefinable. By default, from right to left are: extra 2, extra 1, track, channel, duration, velocity, pitch, and time. For MIDI purposes, these parameter names are useful, but the detonate object can be used with values of any nature as a general-purpose object for the storing and sequencing of numbers. The contents of detonate are saved with its patcher, although you can use Save As... when the detonate window is active to save it in its own file.
dot.for Abstraction Outputs a sequence of incremented numbers when banged.
Outputs a sequence of incremented numbers when banged.
echo Javaclass (mxj) super midi delay
the echo object sends out delayed versions of input notes with attributes for altering the period multiplicatively, additively or randomly with a gaussian distribution, controlling the amount of feedback, the maximum number of taps, and a probability threshold that determines the chance of each subsequent tap occurring.
ED-rhythm Abstraction rythm generator
Creates a rhythm by selecting entry delays supplied by a list of entry delays which has to be sent to the rightmost inlet. The selection is achieved by one of the three selection mechanisms alea (=1), series (=2), and sequence (=3) which is the argument of this function.
f0.data_seq Abstraction record and playback messages
f0.miniseq2 Abstraction midi note sequencer with variable playback rate
f0.seq Abstraction simple step sequencer for messages
fc.Rotoseq Abstraction divise a 2D map in angular segment
fibonacci Javaclass (mxj) outputs the requested element of the Fibonacci sequence as a symbol
The fibonacci mxj class uses the Java BigInteger class, which allows for math manipulations of integers of any size.
FTM External real-time object system for Max/MSP
FTM is a shared library for Max/MSP providing a small and simple real-time object system and optimized services to be used within Max/MSP externals.
FTM = data structures
+ visualization/editors
+ file import/export (SDIF, MIDI, ...)
+ operators (expressions and externals)

The basic idea of FTM is to extend the data types exchanged between the objects in a Max/MSP patch by complex data structures such as sequences, matrices, dictionaries, break point functions, tuples and whatever might seem helpful for the processing of music, sound and motion capture data.

FTM is the basis of various specific libraries, such as the suivi score-following objects and the object sets Gabor and MnM.
gak External genetic algorithm kit
the genetic algorithm toolkit is meant to be a quick way to incorporate genetic algorithms into max projects. you can either create the child's genetic material yourself (manually or randomly), or pass two parent sequences (in the form of a max list) to the gak object. you can then select how you'd like to manipulate this genetic material from a variety of processes (crossover, reverse, shift, transposition & increment/decrement) yourself, or allow the gak to make the decisions for you.

note that if you don't pass new parent sequences (or randomly/manually generate a child sequence) the next time around, the new parents will both be clones of the child. also note that gak only creates one child, but you can hook up a bunch of them if you really want a gaggle of children. then it's up to you to select which one you like best for the next generation.

many thanks to anthony palomba for the windows port.
page : 1 2 3 4 5 6 7

Libraries
ag.graular.suite
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='166'Adrian Gierakowski The ag.granular.suite is a collection of Max/MSP patches for generalised granular sound processing and microsound composition written using FTM/Gabor libraries (developed at IRCAM) and encapsulated as Jamoma modules. Main features include: subsample accurate scheduling, multichannel output, granulation of multiple soundfiles at the same time (with interpolation of two sources per grain), parameter randomisation and sequencing, control via OSC, preset management, preset interpolation. Its modular architecture makes it possible to easily extend it with new algorithms for grain scheduling and parameter control.
ajm objects
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='129'Adam Murray Sequencing, scripting, and more for Max/MSP.
iCE
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='82' Dspaudio, Inc. Sequencing, Recording and Interface Building for Max/MSP
suivi
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='88' Ircam Two externals performing score following on soloist performances using Hidden Markov Models (HMM)
Suivi is based on FTM and requires the shared library FTMlib for Max/MSP. Both externals use an FTM track object - a sequence of time-tagged FTM values - to store the score of the soloist performance to be followed. Notes, trills and other elements of the score are represented by FTM score objects (FTM scoob class). For the moment, scores can be imported from standard MIDI files only.
An editor for the FTM track class, which will also provide a graphical control interface for the score follower is under development as well as the import of MusicXML files.
The suivi object set is distributed within the IRCAM Forum.
tapemovie
debug: SELECT prenom, nom FROM auteurs RIGHT JOIN auteur_libraries USING (id_auteur) WHERE auteur_libraries.id_library='144'Tom Mays
Olivier Pfeiffer
Renaud Rubiano
tapemovie is a modular software environment for controlling, processing, and analyzing various media in realtime (sound, video, 3D, lighting). It has stood the test of numerous productions since 2007, for theater, dance, concert performance and installation - enabling precise control and sequencing of media and their interactions while at the same time allowing connections with multiple peripheral controllers and interfaces. It is programmed with Max/MSP/Jitter and exists as a standalone application (free download), as well as in patch version for advanced users.

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