diff --git a/audio.md b/audio.md index 23ebc41..4bf8e48 100644 --- a/audio.md +++ b/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: ```