Search found 13 matches

by aziltz
Mon Oct 27, 2014 6:57 pm
Forum: Algorithm development
Topic: two variable delays
Replies: 1
Views: 5229

two variable delays

I have a program that has both a variable delay and a reverb algorithm. I want to add a variable predelay to the reverb side, but I'm not sure how to do that if I'm already using the addr_ptr for the 1st delay.

thoughts?
by aziltz
Fri Mar 14, 2014 8:36 am
Forum: FV-1 software questions
Topic: Input for External LFO
Replies: 2
Views: 5473

Input for External LFO

I want to try input an external LFO to the FV-1. Could this be done using one of the POT inputs?
by aziltz
Tue Jul 16, 2013 9:35 am
Forum: Algorithm development
Topic: write to arbitrary memory address?
Replies: 7
Views: 9192

There is no way to do an indirect write like you are trying to do, only an indirect read using RMPA. But as Digital Larry said doing it this way will not do what you intend. You will either have old data in the buffer or if you add a clearing routine you will have impulses of new data as the POT is...
by aziltz
Mon Jul 15, 2013 9:16 pm
Forum: Algorithm development
Topic: write to arbitrary memory address?
Replies: 7
Views: 9192

I'm still having some trouble with this. Is it possible to write to a memory address using a register as the address marker? I want to do something like this, equ length 10000 mem del length equ dly reg0 ... rdax adcl,1 ;read in input wra del+dly,0 ;write to delay, where "dly" is derived f...
by aziltz
Sat May 18, 2013 11:59 am
Forum: Algorithm development
Topic: Tap Tempo Tremolo question
Replies: 3
Views: 7458

the last 2 lines are reading a signal and writing it to the right output for the purpose of driving an LED in sync. If you remove the ldax Led line, the right output will go unused and no more clicking.
by aziltz
Thu May 16, 2013 9:07 am
Forum: FV-1 hardware questions
Topic: Spin DV-1
Replies: 8
Views: 13683

Maybe Frank will chime in with some info.
by aziltz
Sat May 11, 2013 7:47 pm
Forum: Algorithm development
Topic: write to arbitrary memory address?
Replies: 7
Views: 9192

ok thanks. nice new website btw.

I was thinking in a delay, if you change the input address and leave the output address constant, you should be able to change the delay time without shifting the pitch of signal already in the buffer.
by aziltz
Sat May 11, 2013 6:46 pm
Forum: Algorithm development
Topic: write to arbitrary memory address?
Replies: 7
Views: 9192

write to arbitrary memory address?

can the wra or wrap instructions be used to write to an arbitrary memory address while reading from the end?
by aziltz
Sat Mar 23, 2013 9:04 pm
Forum: Algorithm development
Topic: Stereo Panner Code
Replies: 0
Views: 10095

Stereo Panner Code

Fired up my dev board tonight, and "wrote" my first program. I took the Trem/Reverb from the ROM and stripped the reverb, made it stereo and drove channel 2 using an inverted LFO to make a stereo I/O panner. ;Stereo Panner ;pot0 = ;pot1 = trem rate ;pot2 = trem depth ; equ sigin reg1 equ t...
by aziltz
Tue Feb 05, 2013 7:19 pm
Forum: Algorithm development
Topic: LFO Offset?
Replies: 7
Views: 9586

I looked that up right before asking my question too! Thanks all.
by aziltz
Mon Feb 04, 2013 6:55 pm
Forum: Algorithm development
Topic: LFO Offset?
Replies: 7
Views: 9586

thanks, I will look into that.
by aziltz
Mon Feb 04, 2013 2:03 pm
Forum: Algorithm development
Topic: LFO Offset?
Replies: 7
Views: 9586

I see, thanks. Could an allpass applied to an LFO to give arbitrary control over the phase?
by aziltz
Mon Feb 04, 2013 12:12 pm
Forum: Algorithm development
Topic: LFO Offset?
Replies: 7
Views: 9586

LFO Offset?

Hi, I'm new to the FV-1 game. Is it possible to generate a 2nd or slave LFO that has a controllable phase offset from a master LFO?

Thanks.