remove looping
This commit is contained in:
parent
8f3f380ded
commit
66607d3bfd
10
audio.md
10
audio.md
|
@ -149,16 +149,6 @@ For shorter durations, the envelope is truncated starting from the
|
|||
end. For example, with `short` articulation the release will be
|
||||
truncated first, then the decay, and finally the attack.
|
||||
|
||||
The `L` bit corresponds to whether to loop or not:
|
||||
|
||||
```
|
||||
0x00 (xxxx 0xxx) play once (do not loop)
|
||||
0x80 (xxxx 1xxx) repeat note indefinitely
|
||||
```
|
||||
|
||||
Looping will continue until a new `pitch` is written (at which point
|
||||
that note's looping behavior will be used).
|
||||
|
||||
The `W` bits correspond to waveform type:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue