[LAD] SWH shaper

From: Lucas Takejame <lucas@email-addr-hidden>
Date: Mon May 05 2014 - 22:13:48 EEST

Hi guys, I was trying to use Swh lv2 plugin shaper and found something
strange, was it suppose to explode the sound when the waveshape parameter
hits -1 or below? Also when I looked into the code I found this piece:

float shape = 0.0f;

if (shapep < 1.0f && shapep > -1.0f) {
shape = 1.0f;
} else if (shape < 0) {
shape = -1.0f / shape;
} else {
shape = shapep;
}

I think the first *else if* should be about shapep, but I don't know
exactly how this plugin should work, I changed that part to else if (shapep
< 0) but the explosion in sound remains... Do you guys have any Idea?

_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-dev
Received on Tue May 6 00:15:02 2014

This archive was generated by hypermail 2.1.8 : Tue May 06 2014 - 00:15:02 EEST