milkey-mouse / swood

Turn any sound into an instrument
https://meme.institute/swood/
MIT License
10 stars 3 forks source link

swood doesn't run on python 3.9 #29

Open int-72h opened 3 years ago

int-72h commented 3 years ago

Running swood with any midi leads to this error with --optout from mido: ValueError: track_idx is not a valid argument for this message type It installs fine however.

milkey-mouse commented 3 years ago

you might have to open the MIDI in MIDIEditor and save it back out again to normalize its format

int-72h commented 3 years ago

cheers, I'll give that a shot

int-72h commented 3 years ago

Doesn't seem to work with that, or the example finalfantasy.mid file.

int-72h commented 3 years ago

It may be an issue with mido changing in recent versions, possibly