View Single Post
Old 22nd April 2009   #74
dale116dot7
Lives for gear
 
Join Date: Dec 2003
Location: Calgary, Alberta
Posts: 815

Thread Starter
Besided doing a nice session in my studio the last few evenings, I've been working away at my DSP56366 board with the intent of putting this (and other effects) algorithms into it. I've managed to get a lot of the basics running, after many hours of work. I still have to write parameter passing software between the DSP and the Coldfire UI processor, but after that, I should be pretty close to ready to implement this algorithm on the new PC board.

This might be a bit much to ask, but I'll ask it anyways. The DSP56366 has a modulus addressing mode to make circular buffers (ie. delays). But the maximum circular buffer size is 32,768 samples. Would you use this and just make a bunch of them in memory, or would it be better to just use memory mirroring and make the entire 512k look like one huge shift register?

-Dale
dale116dot7 is offline   Reply With Quote