From 66607d3bfd8457472d36acfeb48df10bec8505de Mon Sep 17 00:00:00 2001 From: d_m Date: Mon, 21 Aug 2023 23:32:59 -0400 Subject: [PATCH] remove looping --- audio.md | 10 ---------- 1 file changed, 10 deletions(-) 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: ```