Clicks And Pops

Post any examples or modules that you want to share here
Post Reply
DSPRU1
Posts: 9
Joined: Mon Apr 18, 2022 11:35 pm

Clicks And Pops

Post by DSPRU1 »

I have two examples here that need a fix without complicated envelopes. One is clicking only during note on and off and the other while the note is held and the Step LFO is running. I want to eliminate all smoothing knobs and envelopes and have the clicks and pops solved without adding any extra load on the CPU. Any ideas ?

Moderator comment: The schematics are created with an alpha or beta version so won’t open in FS 3.08.1 or earlier.
Attachments
WaveXFade 007.fsm
(1.38 MiB) Downloaded 717 times
WaveXFade 006.fsm
(1.38 MiB) Downloaded 683 times
User avatar
martinvicanek
Posts: 1334
Joined: Sat Jun 22, 2013 8:28 pm

Re: Clicks And Pops

Post by martinvicanek »

The problem is if you don't use envelopes, then the voice will disappear in the moment when you release the key. There is no time left to mute gracefully. You could use a simple Attack-Release-envelope to solve that issue.
DSPRU1
Posts: 9
Joined: Mon Apr 18, 2022 11:35 pm

Re: Clicks And Pops

Post by DSPRU1 »

I tried to use envelopes but the wave sequence faded out even when I kept holding the key. Another problem is that if I want to create a wave sequence with 64 samplers and each one has it's own separate envelope it really overloads the CPU too much. I have to look at the multi sample example. That one can create create a multi sample (SFZ) drum program without using so many envelopes. And i didn't hear any clicks or pops in that example.
Post Reply