https://github.com/derekxkwan/pd-cmlsynth
coupled map lattice synthesis for pure data
https://github.com/derekxkwan/pd-cmlsynth
coupled-map-lattice puredata synthesis
Last synced: 7 months ago
JSON representation
coupled map lattice synthesis for pure data
- Host: GitHub
- URL: https://github.com/derekxkwan/pd-cmlsynth
- Owner: derekxkwan
- License: gpl-3.0
- Created: 2018-03-26T21:18:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-03T23:05:22.000Z (over 7 years ago)
- Last Synced: 2025-01-18T04:14:13.808Z (9 months ago)
- Topics: coupled-map-lattice, puredata, synthesis
- Language: Makefile
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [cmlsynth~] v0.1alpha for Pure Data
(released under gpl v3.0)Based on "Coupled Map Lattices as Musical Instruments" by Janko Gravner and Kyle Johnson, this Pd external is the product of Derek Kwan working together with Kyle Johnson. Work on this external is in the very initial (testing) stages and not reflective of initial final product.
## args
* max lattice size, specified lattice size, epsilon, omega, k
* (epsilon, omega, and k are bounded by [0,1])## inlets
* messages, lattice size, eps, omega, k## flags
* -array (followed by symbol) lets the user initialize internal buffer with array rather than noise. Size of the internal buffer used will be the minimum of array size and specified lattice size.## messages
Possible messages into the first inlet include
* eps (float)
* n (float) - specifies lattice size
* omega (float)
* k (float)
* read (symbol) - read array
* reset - reset internal buffer and phasex