Reverb / Delay on Low Cost Attero Tech boards Topic is solved

If you have a simple question and just want an answer.
User avatar
Mitchell
New User
Posts: 3
Joined: Mon May 19, 2014 3:25 pm

Reverb / Delay on Low Cost Attero Tech boards

Post by Mitchell »

I am trying to implement reverb and delay into a project that uses the Low Cost Audio Endpoints (Attero Tech boards). I have tried to use the delay/reverb provided in the xSOFTip library but I get no result. It states that these examples are for use on Slice Kits, does that mean they will not work on the low cost audio end points? If these examples do work on the low cost endpoints, is there anything I am missing or doing wrong to prevent mine from working?Mitch


View Solution
User avatar
johned
XCore Addict
Posts: 185
Joined: Tue Mar 26, 2013 12:10 pm

Post by johned »

Hello Mitch,

The xSOFTip modules such as delay and reverb will work on any xCORE processor regardless of the platform however the one thing you should be aware of is that some functions (e.g. long delay) require the use of external SDRAM to store the state array.

It is difficult to advise where your problem might be, without seeing your code, but hopefully the knowledge that this code will run will give you the confidence to look for the bug.

All the best,

John