Skip to content

Commit be95e11

Browse files
author
name
committed
2 parents e2e0424 + 2a7b767 commit be95e11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ See interactive example [here](https://programming-musician.github.io/web-tones/
3333
```
3434
var piano = new WebTones.Piano(simpleConsole);
3535
var staffPlayer = new WebTones.StaffStringPlayer(piano);
36-
staffPlayer.process('e5/16,d#5/16 | e5/16,d#5/16,e5/16,b4/16,d5/16,c5/16');
36+
staffPlayer.process('e5/16,#d5/16 | e5/16,#d5/16,e5/16,b4/16,d5/16,c5/16');
3737
```
3838
### Drawing music notes to canvas
3939
```
@@ -43,5 +43,5 @@ staffPainter.process('e5/16,d#5/16 | e5/16,d#5/16,e5/16,b4/16,d5/16,c5/16');
4343

4444
## 📻 Theremin
4545
```
46-
// todo
46+
Comming soon.
4747
```

0 commit comments

Comments
 (0)