From 64eebfab51478c26359438947b07981b2f8ca01a Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Wed, 7 Oct 2020 15:04:01 +0100 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b952a0..0b85229 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ distribution: * [04.ex-permutations.py](examples/04.ex-permutations.py) * [05.ex-piano-phase.py](examples/05.ex-piano-phase.py) * [06.ex-walk.py](examples/06.ex-walk.py) +* [07.ex-static-pattern.py](examples/07.ex-static-pattern.py) * [10.ex-lsystem-stochastic.py](examples/10.ex-lsystem-stochastic.py) * [11.ex-lsystem-rhythm.py](examples/11.ex-lsystem-rhythm.py) * [12.ex-lsystem-grapher.py](examples/12.ex-lsystem-grapher.py) @@ -83,6 +84,7 @@ distribution: * [30.ex-midifile-read.py](examples/30.ex-midifile-read.py) * [31.ex-midifile-write.py](examples/31.ex-midifile-write.py) * [32.ex-midifile-markov.py](examples/32.ex-midifile-markov.py) +* [40.ex-osc-send.py](examples/40.ex-osc-send.py) ### Pattern classes