Yes, Renoise can load raw PCM data, so you can load the original files and tune them (sort of).
To do that, click on the *.*
button to show the files without extension. Then right click on the original sample and choose Load file with Options….
For the raw PCM files
In the dialog box choose 8 bit signed and 11025 (Renoise doesn’t propose 8363 or 16726 as sample rate, the sample rates of 90 % of the original files). Then add 7 semitones to the pitch, and the sample should be tuned: play C3 or C4 for the base note of the original.
Note: this should give you the exact same result than double clicking the .aiff converted files, without the additional semitones.
For the IFF original files
This is the remaining 44 % of the collection. The same should work with an aditional step: skip 104 header bytes in the load options. But the number of header bytes can vary, it should be four bytes after the BODY
marker. You should check the header length with xxd, od, or hexedit on Linux / macOs, HexEdit or HxD on Windows.
For those, the problem is to identify that it’s an IFF file in the first place, as there are no extensions in the original files. Again, your favourite hex editor is your friend (look for the first four bytes, they should spell FORM
).
And if there is a loop start info in the IFF file, you loose it.
Note: this should give you the exact same result as double clicking on the corresponding .wav converted file, without the additional semitones. You also loose the potential loop start info if present, I couldn’t find a way to preserve that.
More info
You can find more info and references in the README.md
, which is also on gist: