Search found 76 matches

by potul
Sun May 13, 2018 2:46 am
Forum: Algorithm development
Topic: tap tempo snippet
Replies: 84
Views: 1177733

Reviving an old but interesting thread....

Looking at the tap tempo code, I see most of the instructions are used for switch debouncing. Could we do it simpler by using better the spinASM capabilities?
What about using a simple low-pass filter and some threshold detection?
by potul
Tue May 08, 2018 10:48 am
Forum: FV-1 software questions
Topic: dynamic delay
Replies: 7
Views: 5761

Thank you very much, try it and you have to adjust several things, but the intention is good As there is no mix control (not enough pots), you can try to taylor the mix to your taste by modifying these lines at the end of the code: ;------ Mixer 2:1 RDAX ADCR,1.0000000000 WRAX REG7,0.0000000000 RDA...
by potul
Sat May 05, 2018 12:24 pm
Forum: FV-1 software questions
Topic: dynamic delay
Replies: 7
Views: 5761

Re: DYNAMIC DELAY

Here you have an attempt for a dynamic delay. Pot2 controls the sensitivity. If you have it all the way down, it behaves as a normal delay. As you turn it up, it will "silent" the delayed signal when the volume is high, and as it fades it will come back. Probably the attack/decay should be...
by potul
Fri May 04, 2018 7:42 am
Forum: FV-1 software questions
Topic: Stereo delay
Replies: 25
Views: 23991

Ok, now I understand what you need. Can you try this one? ; ping_pong.spcd ; Patch saved from SpinCAD Designer version 998 ; Pot 0: Delay time ; Pot 1: Feedback ; Pot 2: N/A ; ; ; ---------------------------- ;------ Input ;------ Pot 0 ;------ Smoother RDAX POT0,1.0000000000 RDFX REG0,0.0004493992 ...
by potul
Fri May 04, 2018 4:50 am
Forum: FV-1 software questions
Topic: Stereo delay
Replies: 25
Views: 23991

So you are looking for a ping pong delay?

But the example you showed is just one channel input, 2 channels output (ping pong), I though you were talking about 2 channels input for the delay

Ping pong is a different story, It's basically alternating left-right repeats.
by potul
Thu May 03, 2018 11:16 pm
Forum: FV-1 software questions
Topic: Stereo delay
Replies: 25
Views: 23991

Re: Stereo delay

thank you for reply. i have only pot0 and pot1. in this code can i omit pot2? pot0 : delay pot1: repeat i want same delay time in both channel but, only the first delay in one channel shorter than other one(about half). that the left channel and the right channel do not coincide. thanks I can set t...
by potul
Thu May 03, 2018 9:03 am
Forum: FV-1 software questions
Topic: Stereo delay
Replies: 25
Views: 23991

Re: Stereo delay

give this one a try ; Stereo Delay ; Patch saved from SpinCAD Designer version 998 ; Pot 0: Delay time ; Pot 1: Feedback ; Pot 2: Mix ; ; ; ---------------------------- ;------ Input ;------ Pot 0 ;------ Smoother RDAX POT0,1.0000000000 RDFX REG0,0.0004493992 WRAX REG0,0.0000000000 ;------ Feedback ...
by potul
Thu May 03, 2018 5:48 am
Forum: FV-1 software questions
Topic: Stereo delay
Replies: 25
Views: 23991

Re: Stereo delay

Audio1982 wrote:Hi.
I need stereo delay code like dynacord no 50 with two pots, One for delay (both channels) and another one for repeat (both channel).
Can someone help me?
Unfortunately, I'm not good in programming.
Thank you.
So both delays share all parameters? (delay time, feedback and mix)?
by potul
Thu May 03, 2018 5:46 am
Forum: FV-1 software questions
Topic: dynamic delay
Replies: 7
Views: 5761

Re: DYNAMIC DELAY

hi, is it possible to make a dynamic delay like that of tc electronics? I'm looking for a delay that gets along well with distortions Did someone do something? Thanks What does a "dymanic delay" do? the repetition does not appear until you stop playing, it is spectacular to do solos on th...
by potul
Mon Apr 23, 2018 2:54 am
Forum: FV-1 software questions
Topic: dynamic delay
Replies: 7
Views: 5761

Re: DYNAMIC DELAY

AndyF wrote:hi, is it possible to make a dynamic delay like that of tc electronics?

I'm looking for a delay that gets along well with distortions

Did someone do something?

Thanks
What does a "dymanic delay" do?
by potul
Mon Jan 15, 2018 2:51 am
Forum: Algorithm development
Topic: Multi program pitch shifter
Replies: 6
Views: 8294

Great, thanks for the reply. 8)
by potul
Mon Dec 04, 2017 4:04 am
Forum: Algorithm development
Topic: Multi program pitch shifter
Replies: 6
Views: 8294

I don't know if I'm missing something... or there is a mistake in the code... ;shift coeffs up and -down ;Unison 1.000000 : 1 0 ;Semitone or minor second 1.059463 : 1 0.0297315 -0.01486575 ;Whole tone or major second1.122462 : 1 0.061231 -0.0306155 ;Minor third 1.189207 : 1 ;Major third 1.259921 : 1...
by potul
Sun Dec 03, 2017 11:34 pm
Forum: Algorithm development
Topic: Multi program pitch shifter
Replies: 6
Views: 8294

Thanks!
by potul
Fri Dec 01, 2017 5:42 am
Forum: FV-1 software questions
Topic: Reverse delay?
Replies: 47
Views: 104620

Hi

Were you able to add a crossfade to the reverse delay?
I like your code, but the cliking is quite annoying.

Mate
by potul
Fri Dec 01, 2017 5:39 am
Forum: Algorithm development
Topic: Multi program pitch shifter
Replies: 6
Views: 8294

Nice program!

I tried it yesterday and I was very pleased. I will probably customize it to my needs in terms of presets.

Can I ask how did you calculate the coefficients for the different intervals? Is there a standard formula for it?

Mat