Updated Play Sound.md (markdown)
commited
commit
4bc7ceed97895e018b8631f92e93c13a59d50500
... | ... | @@ -9,7 +9,7 @@ Unlike most other blocks, a wire connected to Before is *required* for it do do |
9 | 9 | | Wire | Range | Note | |
10 | 10 | |----------- |:-----:|:-----| |
11 | 11 | | Volume | 0 to 1 | |
12 | | *Pitch* | 0 to 4 | Is it really a good idea to play a sound with pitch 0? |
|
12 | | *Pitch* | 0 to 4 | Is it really a good idea to play a sound with pitch 0? I think the minimum should be 0.25.
|
|
13 | 13 | | *Channel* | -1 to 9 | Only -1 when channels 0 to 9 are occupied or plays too many looped sounds. If so, the sound will fail to play. |
14 | 14 | |
15 | 15 | ## Settings |