pico_test_synth icon indicating copy to clipboard operation
pico_test_synth copied to clipboard

Need help getting pico 1 to work again with current version of code.

Open OryH opened this issue 4 months ago • 1 comments

Amazing work, I love these little affordable wavetable synths you have made. I got this working about a year ago on the pico test synth but now the issue I am having is that some of the edits broke functionality. Different versions of circuitpython seem to conflict from different functions mainly asyncio and instrument.py from your files. I've tried just about all of the circuitpython UF2 files going back to around version 7.0.0 and up to 10.0.0 but it seems now there is some specific combo needed to get it to work with the pico 1.

"--- pico_test_synth wavesynth ready --- Traceback (most recent call last): File "", line 275, in File "asyncio/core.py", line 346, in run File "asyncio/core.py", line 299, in run_until_complete File "asyncio/core.py", line 283, in run_until_complete File "", line 274, in main File "asyncio/funcs.py", line 181, in gather File "asyncio/core.py", line 283, in run_until_complete File "", line 255, in ui_handler File "/lib/synth_tools/instrument.py", line 182, in note_on TypeError: 'a2' argument required

"

OryH avatar Sep 01 '25 09:09 OryH

Doh! I will take a look. Thanks!

todbot avatar Sep 01 '25 16:09 todbot