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
simple way (if you're on Linux) is to use "xxd -i modfile.mod > modfile.h" to convert a mod to a C header file. You still need to edit the .h file to name the variable appropriately, but otherwise it seems to work great.
the hardest thing is to find modfiles with only 4 channels, and that fit into <32kB.
I might see about getting this to read MOD's off of SD. I'm sure there are also tools out there to remove channels or downsample MODs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
simple way (if you're on Linux) is to use "xxd -i modfile.mod > modfile.h" to convert a mod to a C header file. You still need to edit the .h file to name the variable appropriately, but otherwise it seems to work great.
the hardest thing is to find modfiles with only 4 channels, and that fit into <32kB.
I might see about getting this to read MOD's off of SD. I'm sure there are also tools out there to remove channels or downsample MODs.
Beta Was this translation helpful? Give feedback.
All reactions