-
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};>. |
Beta Was this translation helpful? Give feedback.
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 ) |
Beta Was this translation helpful? Give feedback.
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 )