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
- Host: GitHub
- URL: https://github.com/pd3v/max-externals
- Owner: pd3v
- Created: 2024-10-25T11:28:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-28T11:03:22.000Z (over 1 year ago)
- Last Synced: 2025-01-28T12:21:53.887Z (over 1 year ago)
- Topics: cycling74, generative, maxmsp, maxmsp-external
- Language: Max
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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.