remove looping

This commit is contained in:
~d6 2023-08-21 23:32:59 -04:00
parent 8f3f380ded
commit 66607d3bfd
1 changed files with 0 additions and 10 deletions

View File

@ -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:
```