eh2k / vcvrack-fv1-emu

Spin Semi FV-1 DSP chip emulator | VCV Rack Module.
GNU General Public License v3.0
53 stars 6 forks source link

Asm .spn Files - No Sound #13

Closed PeterUveges closed 1 year ago

PeterUveges commented 2 years ago

Hello ! I'ts Peter From Budapest. Your module is really cool, ive used it to test my fv1 algorithms :)

Yesterday i realized something strange about the module. Some Spin Asm .spn files can not be loaded correctly.

For example i can open a simple old fv1 demo .spn file, and it works perfectly, but after i open it in spin ASM and save the file again as an .spn file, it cannot be loded. The module loads the file but no sound.

Is that a common problem ?

For example, here is a simple fv1 demo file. It worked originally. I saved it again from spin asm, without any modifications, and then no sound: https://drive.google.com/file/d/1yKX5JU9YPBRfbCXt3EQ3Y0gNAVrg5sYw/view?usp=sharing

Thanks For help :)

eh2k commented 2 years ago

Hello @PeterUveges,

The SPN Files have to be ASCII/UTF8 encoded. I think you can fix it, by simple opening and saving the spn file with the windows notepad.

PeterUveges commented 2 years ago

Thanks for help ! Now It Works !

I have another question but i will open another thread for it.

Problem solved ! Thanks Again !