Skip to content

Commit 30eae88

Browse files
committed
Fix live coding example.
Thanks to @nicoder for the suggestion. Fixes #206
1 parent e90fb5c commit 30eae88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/doc/tutorial/09.1-Live-Coding-Fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ a chord:
6565
```
6666
define :my_loop do
6767
use_synth :tb303
68-
play choose(chord(:e3, :minor)), release: 0.3
68+
play chord(:e3, :minor), release: 0.3
6969
sleep 0.5
7070
end
7171
```

0 commit comments

Comments
 (0)