Search found 7 matches

by youngpedals
Tue Jun 09, 2009 8:26 am
Forum: FV-1 software questions
Topic: Build file output, how do i get this??
Replies: 4
Views: 7776

one more thing i just thought about; if i were to do in-circuit EEPROM programming, would i need to hold the FV-1 in reset so it doesn't interfere?
by youngpedals
Tue Jun 09, 2009 6:38 am
Forum: Algorithm development
Topic: Reverse Reverb
Replies: 7
Views: 15775

Hey frank, I've been going through code examples, and i'm slowly getting the hang of things. Now that i'm understanding the reverb algorithms more and more, i'm about ready to try and tackle the reverse reverb. So my main question is about coefficients in the all-pass filters. How can i calculate th...
by youngpedals
Tue Jun 09, 2009 6:29 am
Forum: FV-1 software questions
Topic: Build file output, how do i get this??
Replies: 4
Views: 7776

Awesome, thanks Frank. I never found the manual before, guess i should go through it! But i got the .hex file i needed, well see how this thing sounds now.
by youngpedals
Mon Jun 08, 2009 1:02 pm
Forum: FV-1 software questions
Topic: Build file output, how do i get this??
Replies: 4
Views: 7776

Build file output, how do i get this??

Hi all, I have it in mind to load a program via EEPROM onto the FV-1, but how would i get the necessary .hex or .bin files from the program i wrote in SpinAsm IDE? i looked and looked but all i could find was an "A" icon on the tool bar which says "Assemble to program 0 of EEPROM,&quo...
by youngpedals
Fri May 15, 2009 6:51 am
Forum: Algorithm development
Topic: Reverse Reverb
Replies: 7
Views: 15775

I'm certainly no expert on reverse reverb myself (working on that :D ). But i think following your "normal reverb" routine would work great. So, this input summation is done as the first chunk of code, then you apply the reverb code to that one entity? i don't quite see how this works toge...
by youngpedals
Thu May 14, 2009 12:57 pm
Forum: Algorithm development
Topic: Reverse Reverb
Replies: 7
Views: 15775

Reverse Reverb

Hello Frank, On the topic of the stereo inputs with respect to the code: I'm debating over stereo vs. mono operation, so i'm looking at ways to have both available. Whats the best way to do this? For the mono case: feed the signal into InputLeft AND invert (via op-amp) into InputRight, or just use I...
by youngpedals
Fri May 08, 2009 10:47 am
Forum: Algorithm development
Topic: Reverse Reverb
Replies: 7
Views: 15775

Reverse Reverb

Hello All, I'm new to the forum and new to DSP (although i did a little FPGA work in school). I am interested in making a reverse reverb. The only specifics i understand is the impulse response. Instead of the impulses increasing in magnitude like traditional "Karaoke" reverbs, its exactly...