sinshu / py-meltysynth

A SoundFont MIDI synthesizer written in pure Python
Other
20 stars 1 forks source link

Syntax Error in meltysynth.py file. #1

Closed Papycoima closed 1 year ago

Papycoima commented 1 year ago

I installed the file as instructed on the main page, but it gives the error "invalid syntax" on line 221. Apparently, the "match" statements are not supported on Python 3.9

sinshu commented 1 year ago

Python 3.10 or later is required to process the match statement.