ssj71 / infamousPlugins

LV2 Audio Plugins for Linux
http://ssj71.github.io/infamousPlugins
GNU General Public License v2.0
88 stars 12 forks source link

Stuck pedal plugin making distorded noise when playing chords #55

Open Ba231 opened 1 year ago

Ba231 commented 1 year ago

Hi I am trying to use the infamous stuck plugin with guitarix. When I try to stick a sound I have some noise such like interferences. This is a lot stronger when playing a whole chord on my guitar. An idea about that? Thanks for this nice work anyway B.

ssj71 commented 1 year ago

The stuck plugin uses time domain techniques which unfortunately makes it prone to beating and artifacts like you describe. A better solution would be to use a phase vocoder but implementing that is rather outside the realm of possibility for me in the near future. I know of an alternative but I have not tried it. https://github.com/romi1502/MrFreeze You might find it works better for you. Alternatively if you want to continue to use stuck, make sure you "stick" the note after the attack, so that the sound is "smoother" Also the more in tune a chord is, the better it will be able to make a smooth hold, but the plugin is definitely limited in it's capability. Sorry!