Search found 13 matches

by shahin
Tue May 17, 2011 5:47 am
Forum: FV-1 hardware questions
Topic: using a 64k serial eeprom
Replies: 3
Views: 6168

using a 64k serial eeprom

Is there any reason why a 24LC64 eeprom wouldn't work with the FV-1? Our manufacturer stocks this part and we'd like to use it rather than bring in the 24LC32.
by shahin
Thu Aug 26, 2010 1:01 pm
Forum: Algorithm development
Topic: R.I.P. Keith Barr
Replies: 4
Views: 8090

Very sad news. From the article, it seems Keith was an amazing individual. My condolences to all close to him.
by shahin
Thu May 06, 2010 11:25 am
Forum: FV-1 hardware questions
Topic: Mono operation
Replies: 1
Views: 4682

Mono operation

If I'm going to run the FV-1 in mono, what should I do with the unused input and output pins?
by shahin
Wed May 21, 2008 2:22 pm
Forum: FV-1 software questions
Topic: JAM
Replies: 7
Views: 10549

I think this problem may not be fixed (or I'm confused on how JAM works). I'm sending RMP0 out the DAC and watching it on a scope. With <wldr 0, 1023, 4096> I get a ramp starting at 2.25V and dropping to 1.5V at a rate of 2 Hz. I've written a program so JAM is run anytime one of the pots on the dev ...
by shahin
Mon May 05, 2008 6:38 am
Forum: FV-1 software questions
Topic: Would this work for tap tempo control?
Replies: 4
Views: 16624

Has anyone got this to work?
by shahin
Thu Mar 27, 2008 1:55 pm
Forum: Algorithm development
Topic: variable decay
Replies: 1
Views: 6748

variable decay

I'm a little stuck. Can anyone help me? I have a signal that is either 0.0 or 1.0. I'd like to add variable decay to its falling edge (between 20 ms and 500 ms) without affecting the quick attack of the signal's rising edge.
by shahin
Thu Nov 29, 2007 12:31 pm
Forum: FV-1 software questions
Topic: Reverse delay?
Replies: 47
Views: 95038

The FV-1 uses a down counter that is added to the address in instructions like RDA and WRA, counter is decremented once at the start of each sample period. So you might try using a counter that is incremented by 2 each period. How exactly would this be done? I tried this but it doesn't seem to work...
by shahin
Tue Nov 13, 2007 2:53 pm
Forum: Algorithm development
Topic: rom echo distortion
Replies: 1
Views: 6928

rom echo distortion

Why is it the sample echo program distorts as you turn the echo time pot? Does it have to do with address values being inexact after being multiplied by POT1? Also, is there any reasoning to the values chosen for the min and max positions in the delay line? I can't seem to figure it out. And one mor...
by shahin
Tue Oct 30, 2007 6:57 am
Forum: FV-1 hardware questions
Topic: single sided layout
Replies: 1
Views: 6100

single sided layout

I know it's not ideal, but when laying out the FV-1 on a single sided board, which is better: a) connect pin 8 to pin 23 (+VDD) directly under the chip and split the ground plane below the chip b) have a continuous ground plane below the FV-1 and have +VDD loop around the board to connect pin 8 to p...
by shahin
Mon Oct 29, 2007 7:09 am
Forum: Algorithm development
Topic: Conditional MEM statements
Replies: 1
Views: 7513

Conditional MEM statements

Is there anyway to do conditional MEM or EQU statements? I'm hoping to do two reverbs (with different allpass sizes) in one EEPROM memory slot.
by shahin
Wed Oct 03, 2007 6:19 am
Forum: Algorithm development
Topic: Biquad Filter Design
Replies: 5
Views: 13680

Thanks for the tips! I have a Regalia-Mitra algorithm up and running. It certainly is working much better than a biquad for what I'm trying to do.
by shahin
Fri Sep 28, 2007 7:28 am
Forum: Algorithm development
Topic: Biquad Filter Design
Replies: 5
Views: 13680

That does work better, although I still can only go down to 150Hz before things start to get ragged. My goal is to be able to do a 5 dB, half octave boost at 50 Hz. Here's where I'm at if anyone has any improvements to add: ;Shahin Etemadzadeh September 27, 2007 ;biquad filter, using registers for 1...
by shahin
Wed Sep 26, 2007 8:19 am
Forum: Algorithm development
Topic: Biquad Filter Design
Replies: 5
Views: 13680

Biquad Filter Design

I'm trying to get some EQs going using biquad filters with coefficients generated with the equations from: http://www.musicdsp.org/files/Audio-EQ-Cookbook.txt They seem to work fine until I start going below 500Hz. I think the problem might be in the precision of the multiply of an RDA instruction (...