An open API service indexing awesome lists of open source software.

https://github.com/pd3v/max-externals

A Max externals collection wannabe
https://github.com/pd3v/max-externals

cycling74 generative maxmsp maxmsp-external

Last synced: 4 months ago
JSON representation

A Max externals collection wannabe

Awesome Lists containing this project

README

          

A Max Externals collection wannabe (Mac/Intel Builds Only)

drunkad - Is a 'drunk'-like object with 2 more outputs: amount added to previous step value and step direction.

drunkt - Is a 'drunk'-like object in which step max is redefined dynamically according to bang time intervals; has also 2 more outputs: amount added to previous step value and step direction.

mrkv - Markov chains object. Settable number of states. Settable probability transition matrix for a custom graph.
Randomly generated graphs. On bang outlets next state.

gauss - Gauss distribution object. Inputs are, x value and 'in'/'on' messages, variance and mean. When 'in' message is set, output is a y=gauss(x) regular value, when 'on', output is a y > gauss(x) random value.