You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Audio.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Internally, all envelopes are ticked at 64 Hz, and every 1–7 of those ticks, t
70
70
All channels can be individually set to automatically shut themselves down after a certain amount of time.
71
71
72
72
If the functionality is enabled, a channel's **length timer** ticks up[^len_cnt_dir] at 256 Hz (tied to [DIV-APU](<#DIV-APU>)) from the value it's initially set at.
73
-
When the length timer reaches 64, the channel is turned off.
73
+
When the length timer reaches 64 (256 for wave channel), the channel is turned off.
0 commit comments