Skip to content

Commit b709453

Browse files
committed
Oops.
1 parent 1062c9a commit b709453

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PicoAudio.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ namespace AudioHandler {
126126
t = 0.0f;
127127
if (tune[note] != 0) {
128128
blit::channels[7].frequency = std::pow(2, (tune[note] - 69) / 12.0f) * 440;
129+
blit::channels[7].trigger_attack();
129130
}
130131
note++;
131132
if (note == 24) {

0 commit comments

Comments
 (0)