Search found 4 matches

by piv
Fri Jul 24, 2009 5:18 pm
Forum: Algorithm development
Topic: Rotary Speaker Effect
Replies: 3
Views: 8032

Rotary Speaker Effect

Hi Frank! Hi Everybody! I'm curious if anyone has done the Rotary Speaker effect?
by piv
Wed Feb 04, 2009 4:25 pm
Forum: FV-1 software questions
Topic: loop clicks
Replies: 5
Views: 7307

Thanks for your help! It seems to work fine. But I have one more idea and question... Is it possible to detect and write into the memory 1 signal period? I think this should completely remove these clicks.
by piv
Tue Feb 03, 2009 12:28 pm
Forum: FV-1 software questions
Topic: loop clicks
Replies: 5
Views: 7307

Hallo Frank, here is a part of the code. delay mem 4096 ldax POT2 sof 1,-1/128 skp NEG,LOOP ldax ADCL wra delay,0 skp ZRO,NEXT LOOP: rda delay#,0.99 wra delay,0 NEXT: rda delay#,1 wrax DACL,1 wrax DACR,0 I would like to get a continuous sounding fragment, but at the end and the beginning there are s...
by piv
Sun Jan 25, 2009 2:11 pm
Forum: FV-1 software questions
Topic: loop clicks
Replies: 5
Views: 7307

loop clicks

Hi Frank, hi All,
I'm trying to make a Loop Effect, but there is a problem with "loop clicks". Does anybody know how to remove them? I will appreciate any help.