Search found 19 matches

by ronaldb
Mon May 20, 2013 11:24 am
Forum: Algorithm development
Topic: Beta testers needed for SpinCAD Designer
Replies: 10
Views: 15060

I would also like to test this software.
I have the FV-1 development board and some program experiance.

RonaldB
by ronaldb
Wed Feb 01, 2012 12:18 pm
Forum: Algorithm development
Topic: Shimmer
Replies: 40
Views: 93843

Sorry but i haven' t got time to test the code, but as soon as i will i will post results.

RonaldB
by ronaldb
Wed Feb 01, 2012 12:12 pm
Forum: Algorithm development
Topic: tap tempo snippet
Replies: 84
Views: 944743

He Slacker,
I tested the code and it works like it should.
Thanks this makes this peace of code more versatle.
I will put up a code to select subdivisions with a potentiometer.

RonaldB
by ronaldb
Mon Jan 30, 2012 12:23 am
Forum: Algorithm development
Topic: Shimmer
Replies: 40
Views: 93843

Looks cool, I will try this tommorow when i have my practice night.
I like the way you smooth out the harsh top end off the pitch.

RonaldB
by ronaldb
Sun Jan 29, 2012 9:42 am
Forum: Algorithm development
Topic: tap tempo snippet
Replies: 84
Views: 944743

Thanks i will try this.
RonaldB
by ronaldb
Fri Jan 27, 2012 2:30 am
Forum: Algorithm development
Topic: tap tempo snippet
Replies: 84
Views: 944743

Slacker, Since you wrote this peace of code can I ask you a question? The tap tempo is now set to output 1/4 notes but can we make a calculation in here that it will output "dotted eight notes". We can get these by doing this calculation: tap tempo result / 4 = 1/16 notes x 3 = dotted eigh...
by ronaldb
Tue Dec 06, 2011 1:30 pm
Forum: Algorithm development
Topic: tap tempo snippet
Replies: 84
Views: 944743

Hi Slacker,
Checked the code with a click track and works like a charm.
Thank for this great peace of code. Now to add some things :D

Like modulation, pitchshifting and LP and HP filters.
That will be cool.

RonaldB
by ronaldb
Mon Dec 05, 2011 11:14 pm
Forum: Algorithm development
Topic: tap tempo snippet
Replies: 84
Views: 944743

I found out that i was using the wrong code.
I will be testing your last code today with click trck and post my results.
Thanks for pointing that out Slacker and thanks for this great peace of code :D

Ronaldb
by ronaldb
Mon Dec 05, 2011 4:31 am
Forum: Algorithm development
Topic: tap tempo snippet
Replies: 84
Views: 944743

Hi Slacker,
THanks for this great code, seems to work oke.
But the tap tempo seems to be of tempo. Haven't checked this with a click track but when i tap in and keep counting in my head the delay does not follow.

Did you checked this?

RonaldB
by ronaldb
Tue Feb 15, 2011 3:30 am
Forum: Algorithm development
Topic: Shimmer
Replies: 40
Views: 93843

I tried to put the "revout" in the feedback loop but i got a massieve osicilation. So that's not good i think. Is there a way to change that.

I tried this before the feedback loop but didn't help:

RDAX revout,0.3
MULX kfbk

RonaldB
by ronaldb
Mon Feb 14, 2011 2:18 am
Forum: Algorithm development
Topic: Shimmer
Replies: 40
Views: 93843

Thanks Livingston and Frank,
I will do the changes and come back with the results.

RonaldB
by ronaldb
Fri Feb 11, 2011 1:24 am
Forum: Algorithm development
Topic: Shimmer
Replies: 40
Views: 93843

Oke I changed a few things and now it's working like i would. I still have the octave up before the reverb because when i do it backwards i heard some tremolo sounds coming through. So If someone has some tips for making the code better feel free to respond. Here's the code ;Shimmer reverb ;Ronald v...
by ronaldb
Tue Feb 01, 2011 12:15 am
Forum: FV-1 software questions
Topic: Pot range in delay
Replies: 2
Views: 7149

Thanks frank,
I shall try it out.

Ronald
by ronaldb
Mon Jan 31, 2011 6:16 am
Forum: FV-1 software questions
Topic: Pot range in delay
Replies: 2
Views: 7149

Pot range in delay

Hi, I want to build a tap tempo version of the simple delay found here on the forum. I have a tap tempo timer set up in a ATmega and would like to control the FV-1 via digital potentiometer with 256 steps. Now i would like that every step has 5ms so that i can vary between about 50ms and 1000ms. How...
by ronaldb
Mon Jan 31, 2011 1:34 am
Forum: Algorithm development
Topic: Shimmer
Replies: 40
Views: 93843

Hi, So i managed to get a Shimmer Reverb Working on the FV1 now. I works good but can be beter. Here's the code: ;Shimmer reverb ;Ronald vd Boon 2011 ;Pot1 = level Shimmer mem delayd 4096 ; Down delay mem temp 1 ; Temp location for partial calculations mem api1 122 mem api2 303 mem api3 553 mem api4...