Skip to content

Commit

Permalink
Fix max length timer for CH3 in Audio Overview (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzosim authored Oct 15, 2024
1 parent b0c42f0 commit 882a8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Audio.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Internally, all envelopes are ticked at 64 Hz, and every 1–7 of those ticks, t
All channels can be individually set to automatically shut themselves down after a certain amount of time.

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.
When the length timer reaches 64, the channel is turned off.
When the length timer reaches 64 (256 for wave channel), the channel is turned off.

### Frequency

Expand Down

0 comments on commit 882a8ff

Please sign in to comment.