I'm looking to get an SNES-styled sound without having to rip samples off of ROMs. I have some roland sound canvas/cheesy orchestral soundfonts in Live and was wondering if I could pull off an "snes-esque" sound using those. I'm guessing I need to downsample them somehow, and apply the signature crap snes reverb. anyone have any ideas or think this is possible?
Yes.
I have a synthedit vst that is supposed to emulate the master bus of a snes, but its on my computer that is being shipped to my new house.. it down samples and adds that crappy verb.. will try to upload it when i get a chance..
have you tried using a snes soundfont? never tried myself, but people get good results with it.
Yeah XM2SNES or there are even MIDI converters. You can play them back on a SNES with a flashcart which is cool, but some players make things like this.
Yes.
I have a synthedit vst that is supposed to emulate the master bus of a snes, but its on my computer that is being shipped to my new house.. it down samples and adds that crappy verb.. will try to upload it when i get a chance..
Awesome thanks!
I can't seem to run xmsnes, follow the instructions open the .exe and...nothing pops up.
Don't forget that all the samples on SNES are ADPCM-compressed (so called BRR compression), loop points are aligned to 16 samples, and max sample rate is 32000. 16000 is more realistic rate, because with 32000 you can fit only 3.5 seconds of sound into the memory, and you also need place for code, music data, and echo buffer there. So you can resample your samples to 16000, then use this tool to encode samples into BRR and decode them back to WAV, this will degrade sound quality to SNES level.
Don't forget that all the samples on SNES are ADPCM-compressed (so called BRR compression), loop points are aligned to 16 samples, and max sample rate is 32000....
This.
Most of the SNES "tone" comes from tightly looped, high pitched samples meant to save space in the cart, so sample super high C, and see how tight you can get the loop. (Same is true for old-school SoundBlaster AWE SoundFonts.)