Skip to content

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

@OryH

Description

@OryH

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

"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions