Search found 11 matches

by daeg
Tue May 05, 2020 2:07 pm
Forum: Algorithm development
Topic: Pitch Shifter: crossfade frequency
Replies: 7
Views: 9000

Re: Pitch Shifter: crossfade frequency

Nevermind I got it.

Where N = 0.5
C = (2^14)*((2^N)-1) = 6786.47500...

Cool trick. Sounds good too.
by daeg
Tue May 05, 2020 1:55 pm
Forum: Algorithm development
Topic: Anyone interested in Pitch Detection?
Replies: 9
Views: 9747

Re: Anyone interested in Pitch Detection?

Nice :!:

It seems to work. The period value seems to scale. 0.002 gives an octave beneath and 0.0005 gives an octave above.

I'll report back in a few days when I've thoroughly tested it. Much appreciation. :mrgreen:
by daeg
Tue May 05, 2020 1:47 pm
Forum: Algorithm development
Topic: Pitch Shifter: crossfade frequency
Replies: 7
Views: 9000

Re: Pitch Shifter: crossfade frequency

Dr Alx,

How did you calculate the ramp speed of 6786 :?:

Code: Select all

WLDR	RMP0,6786,4096	; Ramp LFO for pitch-up sqrt(2)
It works, but doesn't seem to fit into the equation in the FV-1 application notes.
by daeg
Sun May 03, 2020 12:15 pm
Forum: Algorithm development
Topic: Anyone interested in Pitch Detection?
Replies: 9
Views: 9747

Re: Anyone interested in Pitch Detection?

Awesome break down. Those are specifically the two parts I'm having the most trouble understanding. The values of 0.001 and 0.49 definitely do not scale musically. Additionally, the higher up on the instrument you go, the more unmusical (non diatonic) it becomes. Would it be possible to set those of...
by daeg
Thu Apr 30, 2020 4:38 pm
Forum: Algorithm development
Topic: Anyone interested in Pitch Detection?
Replies: 9
Views: 9747

Anyone interested in Pitch Detection?

After getting some help with compiling in another thread, I've been playing around with DonStavely's Pitch Detection code from the Infinite Hold"thread . The modeling of the Boss analog method is pretty interesting but the VCO part definitely needs some work. It doesn't spit your fundamental ba...
by daeg
Sun Apr 26, 2020 7:26 pm
Forum: Algorithm development
Topic: Spring reverb
Replies: 35
Views: 108480

Re: Spring reverb

I tried this out today. Sounds good! It has a touch of 'boing' that some DSP units go overboard to produce.
by daeg
Sun Apr 26, 2020 7:20 pm
Forum: FV-1 software questions
Topic: Errors Compiling donstavely's Pitch Detection Patch
Replies: 5
Views: 7949

Re: Errors Compiling donstavely's Pitch Detection Patch

Well thanks for your help guys. I got the patch working by swapping out those HTML values and replacing a bunch of a integers with floats. The behavior of the pitch detection is quite odd. It sounds a little enharmonic, and I notice that the line with 'log -1.0, -0.49' is responsible for the frequen...
by daeg
Wed Apr 22, 2020 9:41 am
Forum: FV-1 software questions
Topic: Errors Compiling donstavely's Pitch Detection Patch
Replies: 5
Views: 7949

Re: Errors Compiling donstavely's Pitch Detection Patch

-# and & in the comments. These are leftovers from a badly encoded html, I guess. Just replace all ( by ( and all ) by ) I had a suspicion the &#58 was from donstavely pasting the code into the code widget on this forum, but then I saw &#40 in the comments and got even more confused. So...
by daeg
Tue Apr 21, 2020 6:56 pm
Forum: FV-1 software questions
Topic: Errors Compiling donstavely's Pitch Detection Patch
Replies: 5
Views: 7949

Errors Compiling donstavely's Pitch Detection Patch

Anyone willing to help? I just want to play around with this but ASFV1 is erroring out on a couple things. asfv1 -p 0 spin-fv1-pitch-detector.txt test.bank FV-1 Assembler v1.2.7 info: Reading input from spin-fv1-pitch-detector.txt parse error: S1_14 arg -0x1 out of range for WRLX on line 41 parse er...
by daeg
Tue Apr 07, 2020 1:13 pm
Forum: FV-1 hardware questions
Topic: Options for Simulation {Newbie Alert}
Replies: 13
Views: 15853

Re: Options for Simulation {Newbie Alert}

Thanks for the thought out response. I've played around with Spincad Designer and it's brilliant work. The ability to loop a wave file and adjust the parameters in real-time quite special. So if I'm understanding you correctly; there is no currently no way to just write some ASM code and test it wit...
by daeg
Mon Apr 06, 2020 6:04 pm
Forum: FV-1 hardware questions
Topic: Options for Simulation {Newbie Alert}
Replies: 13
Views: 15853

Options for Simulation {Newbie Alert}

Hey guys, just getting started with this stuff and would like to start testing code snippets. What I'm looking for is a way to take ASM programs, and simulate them on a wave file. Linux compatibility is a big plus. Spincad Designer does this beautifully with real-time pot adjustment, but doesn't sup...