You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks alot for open sourcing the code and keep updating the firmware.
Man that ASID support allowing you to play/remix songs from deepsid is INSANE! I'm blown away by this feature!
Ok, so this is a self-filling feature request, meaning I finally managed to update the firwmare from my Linux machine. I think it would be nice to share this with everyone, and maybe even put it into the manual:
Linux
If you're using Linux, we recommend using amidi to update your TherapSID's firmare. amidi is free and open source CLI utility made by the ALSA project (https://www.alsa-project.org).
Hi!
First off, thanks alot for open sourcing the code and keep updating the firmware.
Man that ASID support allowing you to play/remix songs from deepsid is INSANE! I'm blown away by this feature!
Ok, so this is a self-filling feature request, meaning I finally managed to update the firwmare from my Linux machine. I think it would be nice to share this with everyone, and maybe even put it into the manual:
Linux
If you're using Linux, we recommend using
amidi
to update your TherapSID's firmare.amidi
is free and open source CLI utility made by the ALSA project (https://www.alsa-project.org).Manual:
https://man.archlinux.org/man/extra/alsa-utils/amidi.1.en
Here are the steps to follow:
amidi --list-devices
to find the id of your MIDI device (ex:hw:6,0,0
)amidi -p <id> -s <file> -i 250
(This last part is important! It's the delay in ms between each SysEx message.)Example:
The text was updated successfully, but these errors were encountered: