File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -39,4 +39,21 @@ For more information:
3939
4040```
4141(aiotone)$ python -m aiotone.circuits --help
42+ ```
43+
44+ See this talk for a full tutorial: https://www.youtube.com/watch?v=02CLD-42VdI
45+
46+ ### Self-generating sequences for two Moog Mother 32 synthesizers and one Moog Subharmonicon
47+
48+ - the idea is to have a generative sequence that can still be modulated
49+ with incoming MIDI signal from the musician;
50+ - so far very simple but will be extended;
51+ - the musician controls pitch bend, expression, and damper pedal
52+ (I personally have them patched to control resonance, cutoff, and glide
53+ of the synthesizers);
54+ - the musician can transpose the generated sequences on the fly.
55+
56+ For more information see:
57+ ```
58+ (aiotone)$ python -m aiotone.mothergen --help
4259```
You can’t perform that action at this time.
0 commit comments