The SonicArranger audio application on Amiga has two options to save the created songs:
- The standard format that can be loaded into the application again or
- a stripped-down format including the player routine to be used in your own programs.
The Python script in this repository can be used to convert the second, binary format to the first format again, so it can be loaded again into SonicArranger.
Usage: sonicconv.py <inputfile> <outputfile>
inputfile is the name of the binary file containing the SonicArranger
module.
outputfile is the name of a new file where the converted module will
be written to.
The newly written file should then be readable and playable by the SonicArranger on the Amiga again.