Update README.md

This commit is contained in:
Omar Mashaal 2023-02-11 23:56:26 +11:00 committed by GitHub
parent 2bb3064d93
commit d8028ebfc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -48,13 +48,13 @@ After adding or evaluating the above in SuperCollider, you can use them like:
```haskell
-- you can select pitch by number
d1 $ n "20" # s "cv"
d1 $ n "20" # s "p"
-- or by note name
d1 $ n "c3" # s "cv"
d1 $ n "c3" # s "p"
-- change channel output and/or portamento
d1 $ n "c3 f2" # s "cv" # channel 1 # portamento 0.5
d1 $ n "c3 f2" # s "p" # channel 1 # portamento 0.5
```
#### Gate