Skip to content

Commit e4e999f

Browse files
committed
Describe mothergen in the README
1 parent 980aef3 commit e4e999f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)