Page 1 of 1

Sample converter to textfile

Posted: Tue Oct 06, 2015 1:23 pm
by carlbeat
Hi guys,

I'm looking for a shematic file where I can convert an Aiff or wave sample into a text file - that means that the wav or aiff sample that will be loaded, should be automatically converted in a wavetable textfile. I've ssen some basic solutions in the old SM-forum , but I havent't found a real pro one. Maybe someone could help?

Best regards
Carl

Re: Sample converter to textfile

Posted: Tue Oct 06, 2015 4:14 pm
by tulamide
I don't know what you mean with "pro one". A sound file is just a bunch of numbers. After you've loaded the .wav you can convert the mem to a float array and save this array to a text file. While testinjg, you could just link the float array to a text prim to see the values (but careful, with growing sizes the text prim gets really slow)