Collection of Korg dss-1/dsm-1 sample floppy disk images I had laying around, originally gathered from a couple different places, several hundreds total. Also some other stuff.
prob lots of duplicates, sorry couldn't be bothered
What can I do with these if I dont have (specific ancient pos sampler)?
Not much id guess, would've suggested importing the diskimages as raw audio but I tried with both audacity and sox and didn't get anywhere. The format is just super fucked I think, wouldn't surprise me if it's some shit like 12 bit unsigned pcm.
Might be an interesting audio programming challenge to decode these idk.
How to make floppys from these?
on linux:
sudo mknod /dev/fd0dss1 b 2 40
sudo setfdprm /dev/fd0dss1 DD DS sect=5 cyl=80 ssize=1024
sudo dd if=XXXXXX.dd bs=1024 count=800 of=/dev/fd0dss1
prob lots of duplicates, sorry couldn't be bothered
What can I do with these if I dont have (specific ancient pos sampler)?
Not much id guess, would've suggested importing the diskimages as raw audio but I tried with both audacity and sox and didn't get anywhere. The format is just super fucked I think, wouldn't surprise me if it's some shit like 12 bit unsigned pcm.
Might be an interesting audio programming challenge to decode these idk.
How to make floppys from these?
on linux:
sudo mknod /dev/fd0dss1 b 2 40
sudo setfdprm /dev/fd0dss1 DD DS sect=5 cyl=80 ssize=1024
sudo dd if=XXXXXX.dd bs=1024 count=800 of=/dev/fd0dss1