Search found 74 matches

by seancostello
Mon Sep 13, 2010 11:31 am
Forum: Algorithm development
Topic: Phaser/allpass filter code
Replies: 18
Views: 25296

I don't understand the 'post' processing chorus stuff that is done in a lot of the reverb example programmes... is that explained anywhere? I'm trying to implement the modulated output taps directly in the allpass as shown in a lot of reverb flow-diagrams instead. It's not really post-processing, s...
by seancostello
Wed Aug 25, 2010 5:23 pm
Forum: Algorithm development
Topic: R.I.P. Keith Barr
Replies: 4
Views: 8085

R.I.P. Keith Barr

http://mixonline.com/news/keith_barr_obit_2508/

My condolences go out to his family, coworkers, and friends. I learned a huge amount from his posts here. He will be missed.

Sean Costello
by seancostello
Sat Jul 24, 2010 3:01 pm
Forum: FV-1 hardware questions
Topic: Stereo Separation
Replies: 5
Views: 8296

Excellent! I want to try a true dual-channel algorithm, with stomp switches for each of the channels.

Sean Costello
by seancostello
Fri Jul 23, 2010 5:30 pm
Forum: FV-1 hardware questions
Topic: Stereo Separation
Replies: 5
Views: 8296

Stereo Separation

Hi all:

I have a design in mind that would have separate processing for left and right channels. What is the dB value for crosstalk between channels?

Thanks,

Sean Costello
by seancostello
Fri Jul 09, 2010 9:35 am
Forum: FV-1 hardware questions
Topic: Overclocking?
Replies: 1
Views: 4572

Overclocking?

Hi all:

What's the fastest clock speed that works with the FV-1?

Thanks,

Sean Costello
by seancostello
Wed Feb 17, 2010 1:57 pm
Forum: Algorithm development
Topic: Any thoughts on implementing an "infinite hold" ef
Replies: 42
Views: 71325

Re: Any thoughts on implementing an "infinite hold"

But is there any way to do a freeze of all current frequencies, then on some trigger (footswitch or the attack of a new note) blend between the old note and the new one? I think an actual pitch glissando would be asking too much here, but I think just a volume fade between old and new notes would b...
by seancostello
Thu Jan 21, 2010 7:40 pm
Forum: Algorithm development
Topic: Lowpass with resonance
Replies: 16
Views: 23100

I was just quiet because I have been working on other tasks. I haven't worked on the FV-1 in a few months. I'm not into that Zen thing anyway. A former coworker put it best: "I don't want you to teach me how to fish. I just want a fish." I do think that a Moog style cascade should be doabl...
by seancostello
Mon Jan 18, 2010 10:15 am
Forum: Algorithm development
Topic: Lowpass with resonance
Replies: 16
Views: 23100

Having more time to think about this, I'm wondering if I could do the feedback in hardware, i.e., use 4 single pole filters in series, then output the audio and send some of it back into the input pin. This would seemingly get rid of the feedback delay, right? If you are talking about generating th...
by seancostello
Sat Jan 02, 2010 10:43 pm
Forum: Algorithm development
Topic: Lowpass with resonance
Replies: 16
Views: 23100

A non-oversampled SVF will work up with cutoffs up to 1/6th the sampling rate. The nice thing about the FV-1 is that it is fixed point, with saturation math, so the filter won't blow up as bad as it would in floating point. It might oscillate, but it won't just "POP!" and go away. By a nic...
by seancostello
Sat Dec 19, 2009 1:35 pm
Forum: FV-1 hardware questions
Topic: Win 7 driver? Any good books?
Replies: 12
Views: 11812

A few good books from the last decade: http://www2.hsu-hh.de/ant/dafx2002/DAFX_Book_Page/ - Totally relevant to the FV-1 chip. Various audio effects. After chapter 7 or so, the effects move into the frequency domain, but all the time domain stuff could be used on the FV-1. http://highered.mcgraw-hil...
by seancostello
Tue Sep 01, 2009 9:16 am
Forum: FV-1 hardware questions
Topic: A few questions about the development board
Replies: 3
Views: 5281

If the board is damaged, would swapping out the FV-1 fix it? Or is there some other component that could be causing the noise? It sounds like quantization error to me.
by seancostello
Mon Aug 31, 2009 12:04 pm
Forum: FV-1 hardware questions
Topic: A few questions about the development board
Replies: 3
Views: 5281

A few questions about the development board

Hi all: My FV-1 development kit is kinda noisy now. Is it possible that the chip has been damaged, or have I just never heard the noise? (Disclaimer: running it off of USB power - I will try standalone power next). Also, I have a friend that wants to try the FV-1. What is the development kit price n...
by seancostello
Mon Nov 24, 2008 12:03 pm
Forum: Algorithm development
Topic: Differences between room, plate, hall algorithms?
Replies: 6
Views: 31460

By nesting allpass filters, do you mean inserting an AP in the delay of another? As I recall, there ws no benefit and the code is a bit bigger. The idea is to insert a delay based allpass in series with the delay, inside of a second allpass. For a nice diagram, see: http://ccrma.stanford.edu/~jos/p...
by seancostello
Sun Nov 23, 2008 10:26 pm
Forum: Algorithm development
Topic: Differences between room, plate, hall algorithms?
Replies: 6
Views: 31460

Hi Keith: Thanks for all the info. I never tire of this stuff either. Long lectures are just fine! A few questions and comments: - You describe a "digital" reverb, with lots of echo density, no ringing, and good frequency response. I think that this might be called "Chamber" by o...
by seancostello
Fri Nov 21, 2008 2:07 pm
Forum: Algorithm development
Topic: Differences between room, plate, hall algorithms?
Replies: 6
Views: 31460

Differences between room, plate, hall algorithms?

Hi all: I was going through the example code for the FV-1, and trying to figure out why different algorithms have their titles. A few questions: - Are the Room, Hall, Plate algorithms defined by their sound, or by their algorithm topologies? - If defined by sound, what are the identifying characteri...