https://github.com/njazz/euclidean-pattern-external
Very simple euclidean pattern external for Max and Pure Data
https://github.com/njazz/euclidean-pattern-external
euclidean-algorithm euclidean-pattern maxmsp-external puredata-external
Last synced: about 1 month ago
JSON representation
Very simple euclidean pattern external for Max and Pure Data
- Host: GitHub
- URL: https://github.com/njazz/euclidean-pattern-external
- Owner: njazz
- License: mit
- Created: 2021-05-20T19:37:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T19:41:39.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T19:11:30.738Z (10 months ago)
- Topics: euclidean-algorithm, euclidean-pattern, maxmsp-external, puredata-external
- Language: Max
- Homepage:
- Size: 15.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
Very simple euclidean pattern generator for Max and Pure Data
usage:
[make_pattern ones zeros (
generates patterns that contains 0 and 1:
[make_pattern 3 4 ( -> 1 0 0 1 0 1 0
[make_fractions ones zeros (
generates time values (0..1) when [1] elements appear in sequence
[make_fractions 3 4 ( -> 0. 0.428571 0.714286
Alex Nadzharov, 2021
MIT
build:
./scripts/build-osx.sh from repository dir