This is an archive generated by MODgor the STEMifinator, an AmigaRemix.com feature created by John 'Ziphoid' Carehag in 2023.

The files contained in this article are as follows (XX = instrument number):
cream_of_the_earth_original.mod - The actual module used as a source.
cream_of_the_earth_inst-XX.mod - One module per instrument where all instruments except the chosen one have been replaced with silence.
cream_of_the_earth_full.flac - A full render of the original module with XMP default balance settings.
cream_of_the_earth_XX_chan_*.flac - One render per instrument per channel used.
cream_of_the_earth_XX_all.flac - One render per instrument where all channels are combined. If an instrument only has been using one channel, this is the only render for that instrument.

The rendering engine used is Extended Module Player (XMP). FLAC has been selected because it gives lossless files at decent file size. If your DAW can't use FLAC, you can convert them to WAV or whatever format you feel works best. A simple solution to do this if you are using macOS/*nix is to use one of the following oneliner terminal commands:

If you have flac installed:
for f in *.flac; do flac -d "$f"; done

If you have ffmpeg installed:
for f in *.flac; do ffmpeg -i "$f" "${f%.*}.wav"; done

There are other ways to do so as well, but I'm sure you'll find whatever works best for you.

For any bug reports, questions or suggestions how to improve this little server, feel free to send a message at https://amigaremix.com/contact or reach out in any other possible way on the big interwebz.

Enjoy - and create something great! :)