I need to add a whole lot of data together. Specificly, I am rendering songs by combining individual wav files. Right now I am storing the wav files in a bank, and I am going to each two byte block and adding them in a for next loop.
This is EXTREMLY SLOW. What takes about 30 seconds to render in fruityloops with effects takes about a day and a half to be rendered with my blitz program.
I am assuming that for-next loops are just extremly slow, but is there some other way in blitz to add banks (or arrays) together. Is there some mass bank adding function?
This is EXTREMLY SLOW. What takes about 30 seconds to render in fruityloops with effects takes about a day and a half to be rendered with my blitz program.
I am assuming that for-next loops are just extremly slow, but is there some other way in blitz to add banks (or arrays) together. Is there some mass bank adding function?