Skip to content

Commit 770a96f

Browse files
author
Abdullah
authored
Add new music
1 parent f58449d commit 770a96f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@
4242
<script src="assets/po.js"></script>
4343
<script>
4444
var po = new Po({
45-
axiom: 'A',
45+
axiom: 'E',
4646
rules: [
4747
['A','AB'],
4848
['B','CCB{DD}BAC'],
4949
['C','AD'],
5050
['D','EFGG'],
51-
['E','EE'],
51+
['E','EG'],
5252
['F','{C}'],
5353
['G','BCD'],
5454
['{','B}G'],
5555
['}','[A]G'],
5656
],
5757
iteration: 4,
5858
duration:2,
59-
octave:3,
60-
defaultInstrument : "piano"
59+
octave:4,
60+
defaultInstrument : "acoustic"
6161
})
6262

6363
function stop() {
@@ -70,4 +70,4 @@
7070

7171
</script>
7272
</body>
73-
</html>
73+
</html>

0 commit comments

Comments
 (0)