Search found 4 matches

by agsilvio
Mon Dec 18, 2023 7:53 am
Forum: FV-1 software questions
Topic: Roast my delay
Replies: 3
Views: 18112

Roast my delay

Hi team, My first hand-coded project is a simple delay. I am very new to DSP programming. I've put the code here. Please, critique it and let me know what best-practices I am missing. I already want to improve it by putting a low-pass filter on the Time adjustment (recently learned in another thread...
by agsilvio
Sun Dec 17, 2023 7:16 pm
Forum: FV-1 hardware questions
Topic: Extending FV-1 I/O
Replies: 2
Views: 14308

Extending FV-1 I/O

Hi team, I have been searching the forums, without luck, on the topic of adding more I/O to the FV-1 system (i.e. adding more pots, or output leds). The forums have lots on detailed questions concerning that, but I'd like to ask this question at a higher level: What is a good approach for extending ...
by agsilvio
Sun Dec 17, 2023 7:09 pm
Forum: FV-1 software questions
Topic: How to make delay Time pot adjust gracefully?
Replies: 2
Views: 7306

Re: How to make delay Time pot adjust gracefully?

Thanks, Frank! I'll keep an eye out for such comments in the code.
by agsilvio
Sun Dec 17, 2023 10:50 am
Forum: FV-1 software questions
Topic: How to make delay Time pot adjust gracefully?
Replies: 2
Views: 7306

How to make delay Time pot adjust gracefully?

Hi team, I’ve hand coded a delay effect. It works great. It uses all three pots for time, level, and repeats, respectively. I love it, except for one thing. Moving the Time pot creates a really unattractive, digital, crunching sound. Question: are there some best practices for coding such a control?...