Search found 141 matches

by Sweetalk
Thu May 03, 2018 1:32 pm
Forum: FV-1 hardware questions
Topic: Best gain for input buffer
Replies: 5
Views: 6197

Best gain for input buffer

Guys, I’m designing a new hardware and want to improve the SN ratio. To do this I need to feed the fv1 as hot as possible to maximize the dynamic range and here’s my question. Since the guitar signal is so variable in amplitude, what’s the best gain for the input stage feeding the fv1. I’m a...
by Sweetalk
Wed Jul 19, 2017 12:30 pm
Forum: FV-1 software questions
Topic: Glitch/power off at minimum pot value?
Replies: 9
Views: 11959

the_frey wrote:Ah, that's clever. I guess I'd have to go with some tiny value though as otherwise it would cause the pitch to be noticeably higher than the dry signal...
Compensate the offset in the soft
by Sweetalk
Fri Jun 30, 2017 7:41 am
Forum: FV-1 software questions
Topic: Glitch/power off at minimum pot value?
Replies: 9
Views: 11959

Post the schematic of the pot and switch. Surely you're making a short circuit when you press the switch and the pot is maxed
by Sweetalk
Mon May 22, 2017 3:50 pm
Forum: FV-1 software questions
Topic: Project folders in Spin IDE
Replies: 7
Views: 11688

+1 on the file directory preference saving feature, some time ago I done a lot of head scratching when writing an ASM program. I kept editing a program and it never worked, a lot of frustration and head scratching before I realized that my edited saves were going to the folder the IDE wanted to use...
by Sweetalk
Fri Aug 19, 2016 2:09 pm
Forum: Algorithm development
Topic: High Pass and Low Pass Filters
Replies: 15
Views: 18824

frank wrote:What sample rate are you running at? If different than 32768 you need to use it instead of 32768 in the equations.
32768Hz, I'm aware of the sample rate and it's impact on the equations
by Sweetalk
Thu Aug 18, 2016 11:43 am
Forum: Algorithm development
Topic: High Pass and Low Pass Filters
Replies: 15
Views: 18824

Re: High Pass and Low Pass Filters

I have been spending the last few days trying to understand how to do simple low pass and high pass filters. So far, I believe I understand how the low pass filtering is accomplished but I am baffled as to how to create a HPF. Based on this post http://www.spinsemi.com/forum/viewtopic.php?t=481&...
by Sweetalk
Fri Aug 12, 2016 7:37 am
Forum: Algorithm development
Topic: Frank's delay time pot smoothing technique
Replies: 9
Views: 14432

Do you guys experiment a high pitch whining with the ramping using this code?, I can't get rid of that!. The whining noise is due to the lack of interpolation when changing the delay length. The delay length change is being smoothed out, but it is still quantized to integer sample delays. Sean Cost...
by Sweetalk
Wed Aug 03, 2016 7:10 am
Forum: Algorithm development
Topic: Frank's delay time pot smoothing technique
Replies: 9
Views: 14432

Do you guys experiment a high pitch whining with the ramping using this code?, I can't get rid of that!.
by Sweetalk
Tue Dec 15, 2015 5:34 am
Forum: FV-1 software questions
Topic: Time and Pitch Shifting
Replies: 8
Views: 9883

adventure_audio wrote:Yes thats exactly what I am trying to do.
Do the dry signal analog, it's a nonsense to get it pass thru the adc/dac and not process it.
by Sweetalk
Mon Dec 14, 2015 5:09 am
Forum: Algorithm development
Topic: 3K room reverb help
Replies: 6
Views: 8886

Can you use rdax with an equ const??.

My approach:

Code: Select all

clr                  ; Assure the accumulator is cleared
sof 0.1, 0                 ; Add 0.1 to the accumulator for the needed delay
wrax addr_ptr, 0       ; Write to the address pointer
by Sweetalk
Wed Nov 18, 2015 10:54 am
Forum: FV-1 hardware questions
Topic: Noisy FV-1?
Replies: 9
Views: 15638

I modified the input buffer to give a gain of +10 instead of +1 to drive the FV-1 input harder, and modified the output buffer to compensate to bring the dry level back to unity gain. The wet signal is now dead silent....I mean in terms of noise. The FV-1 is working perfectly and is extremely quiet...
by Sweetalk
Tue Oct 20, 2015 5:40 am
Forum: FV-1 hardware questions
Topic: What is the best way to use mono input to both ADC's
Replies: 18
Views: 24407

I know it has been a while since I asked about if the inputs should be directly tied together or if they would be better kept separate with the signal being fed to both inputs via their own filter network. I have managed to test out both options now and find no real difference in noise when the two...
by Sweetalk
Mon Sep 28, 2015 10:18 am
Forum: FV-1 hardware questions
Topic: 2 xFV-1 considerations ?
Replies: 15
Views: 20176

In a different project I'm using 2 FV-1's but I must share control pots. It can be done with a single pot? (haven't tried yet, just evaluating possibilities but I don't want to use a dual pot). Thinked to buffer the CV signal and split it to both FV but the opamps offset will reduce the range of th...
by Sweetalk
Mon Sep 28, 2015 7:17 am
Forum: FV-1 hardware questions
Topic: 2 xFV-1 considerations ?
Replies: 15
Views: 20176

In a different project I'm using 2 FV-1's but I must share control pots. It can be done with a single pot? (haven't tried yet, just evaluating possibilities but I don't want to use a dual pot). Thinked to buffer the CV signal and split it to both FV but the opamps offset will reduce the range of the...
by Sweetalk
Wed Aug 12, 2015 5:40 am
Forum: FV-1 hardware questions
Topic: What is the best way to use mono input to both ADC's
Replies: 18
Views: 24407

I would use a cap and resistor on each input. The variance in DC offset could cause noise, to varying degrees. I made a last minute revision to the boards and added the option to be able to use either input configuration by not fitting some components and joining the inputs or to fit all the compon...