We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58449d commit 770a96fCopy full SHA for 770a96f
index.html
@@ -42,22 +42,22 @@
42
<script src="assets/po.js"></script>
43
<script>
44
var po = new Po({
45
- axiom: 'A',
+ axiom: 'E',
46
rules: [
47
['A','AB'],
48
['B','CCB{DD}BAC'],
49
['C','AD'],
50
['D','EFGG'],
51
- ['E','EE'],
+ ['E','EG'],
52
['F','{C}'],
53
['G','BCD'],
54
['{','B}G'],
55
['}','[A]G'],
56
],
57
iteration: 4,
58
duration:2,
59
- octave:3,
60
- defaultInstrument : "piano"
+ octave:4,
+ defaultInstrument : "acoustic"
61
})
62
63
function stop() {
@@ -70,4 +70,4 @@
70
71
</script>
72
</body>
73
-</html>
+</html>
0 commit comments