add duration example
This commit is contained in:
parent
357da0a3a4
commit
8046ed022f
|
@ -49,7 +49,8 @@ This proposal makes four changes:
|
||||||
The `duration` and `vector` ports precisely specify the audio device
|
The `duration` and `vector` ports precisely specify the audio device
|
||||||
behavior. The given note should be played for a number of milliseconds
|
behavior. The given note should be played for a number of milliseconds
|
||||||
specified by `duration`, at which point the `vector` should be called
|
specified by `duration`, at which point the `vector` should be called
|
||||||
to play the next note (or next silence).
|
to play the next note (or next silence). For example if the duration
|
||||||
|
is `0x04b0` then the note should play for 1.2 seconds (1200 ms).
|
||||||
|
|
||||||
## More flexible envelope settings
|
## More flexible envelope settings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue