-
I have built and compiled the setup as explained in the various docs. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 8 replies
-
Per default the main filter cutoff: 0.000. Give it a higher value. |
Beta Was this translation helpful? Give feedback.
-
No, just the pcm5102 board
Verstuurd vanaf mijn iPad
… Op 2 aug. 2021 om 19:30 heeft Marcel ***@***.***> het volgende geschreven:
Do you have the ADC part active in the code? I was thinking about checking the default values. It may happen that with ADC active but nothing connected all controls will modified when starting the firmware.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
-
Another thing. My setup misses the occasional note off. Only way to mute is strike the missed tone again.
Apart from that. Love your work.
Verstuurd vanaf mijn iPad
… Op 2 aug. 2021 om 19:36 heeft Marcel ***@***.***> het volgende geschreven:
Following could be added at the end of setup():
Synth_SetParam(SYNTH_PARAM_MAIN_FILT_CUTOFF, 1.0f);
If that could fix the problem, then I would like to update the code =)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
-
I've made an update. If the adc module is active it will update all controllers. If nothing is connected all values will be set to zero. It's now turned off by default |
Beta Was this translation helpful? Give feedback.
-
No.
I have been designing some pcb’s to go with your code.
First one is a small board with 8 pots, each equipped with a neopixel, a small oled display 128x32, a pcm5102 dac board, a neopixel, a micro usb port for power and a micro usb port that acts as a USB host port if an otg cable is attached, otherwise it is a usb client. The processor on the board is a SAMD21. That was a mistake.
Not enough power.
In a few days, the second rev will be delivered. It has all the above, plus a second pcm5102 board and an ESP32 s2 (esp wroom) board, connected to the samd21 through serial and SPI.
The second board can use the samd as coprocessor for midi in, handling pots, neopixels and display, while the ESP can focus on producing sound.
As a token of appreciation for your work (and soliciting your help to actually get the board doing amazing things), I want to send you a fully populated board if you’re interested. For that I will need a postal address.
All the best,
Ronald
Verstuurd vanaf mijn iPad
… Op 14 sep. 2021 om 18:16 heeft Marcel ***@***.***> het volgende geschreven:
Do you have aftertouch active? I've found a little bug which can cause this problem
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
Per default the main filter cutoff: 0.000. Give it a higher value.