Search found 2 matches
- Thu Nov 15, 2012 12:09 am
- Forum: Algorithm development
- Topic: Reading from the middle of a delay
- Replies: 6
- Views: 10841
Keith used an old syntax in that example, the proper syntax to read from the middle of a delay is: delay^ You can also offset it like: delay^+20 delay^-10 addr_ptr can be loaded with the desired address to read/write. Memory locations defined like: mem delayname 100 will cause SpinAsm to define the...
- Mon Oct 24, 2011 3:33 am
- Forum: Algorithm development
- Topic: Basic reverb / allpass
- Replies: 1
- Views: 5985
Basic reverb / allpass
Hi, I'm confused as how to implement a basic reverb on the fv-1. I want to be able to scale the reverb room size (the allpass delay times) using one of the potentiometers... The allpass type I want to use is this: http://www.earlevel.com/DigitalAudio/images/allpassFilter.gif But another strange thin...