Skip to content

Commit 4c7b962

Browse files
committed
Increase synthio channels to 12 on rp2040
with the AudioMixer workaround for #7837 this appears to work even up to 48kHz.
1 parent b9dea05 commit 4c7b962

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ports/raspberrypi/mpconfigport.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ CIRCUITPY_PWMIO ?= 1
1919
CIRCUITPY_RGBMATRIX ?= $(CIRCUITPY_DISPLAYIO)
2020
CIRCUITPY_ROTARYIO ?= 1
2121
CIRCUITPY_ROTARYIO_SOFTENCODER = 1
22+
CIRCUITPY_SYNTHIO_MAX_CHANNELS = 12
2223

2324
# Things that need to be implemented.
2425
# Use PWM internally

0 commit comments

Comments
 (0)