beeper: extended arp

This commit is contained in:
minjaesong
2026-06-20 04:23:00 +09:00
parent 6eb73355ca
commit ddc4a22809
3 changed files with 78 additions and 58 deletions

View File

@@ -126,9 +126,9 @@ MMIO
0: no sound
QQ: note effect
00: none
10: two-note argeggio (rate = 60 Hz)
10: two-note arpeggio (rate = 60 Hz)
tick 1: base note at divisor P is played
tick 2: second note at divisor (P - (B << 8 | A)) is played
tick 2: second note at divisor (P - A) is played
11: three-note arpeggio (rate = 60 Hz)
tick 1: base note at divisor P is played
tick 2: second note at divisor (P - A) is played