|
Hi copych, Thank you so much for writing this code; it’s a lot of fun to play with. I’ve got the synthesizer sounding and receiving MIDI. I’m sending notes through USB hairless MIDI and trying to change parameters with potentiometers, which are connected to pins 34, 35, 36 as stated in config.h line 37 <const uint8_t POT_PINS[POT_NUM] = {34, 35, 36};>. |
Answered by
copych
Nov 17, 2023
Replies: 1 comment 1 reply
|
Yes, you have noticed it right. So check the latest commit that I've just pushed, it features some experimental code. Anyways, It's all a bit experimental ) |
1 reply
Answer selected by
copych
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you have noticed it right. So check the latest commit that I've just pushed, it features some experimental code. Anyways, It's all a bit experimental )