josbouten / Sculpt-O-Sound

audio tools
Other
12 stars 3 forks source link

Initialize carrier filter tap #6

Closed netboy3 closed 4 years ago

netboy3 commented 4 years ago

It looks like your issue is that you did not initialize the carrier filter tap array. Sometimes the plugin started with an array with garbage values that caused them to propagate to the outputs, and as this is an iterative feedback process, the garbage just stayed in the loops.

josbouten commented 4 years ago

Hmm, silly of me to miss that initialisation. I guess one can get blind to ones own code. But thanks for pointing this out. I'll change the code and try whether this remedies the problem. Because the uninitialised carrier filter taps will be overwritten in 3 sampling periods, this however to me does not explain why there is this hum sound for more than a second at start up. It does explain a loud initial tick like sound I often hear at startup.