I was trying to chain some effects with the Processing sound library but couldn’t do it in any way. I neither find any documentation about this. If you try to apply then directly to the source it only applies the last one. If you try chaining applying the last effect on the first i doesn’t accept it.
Does anyone know of any way or know about any docs on int?
I will soon add sound management to my project. If I find out how to do that, I will put it here (in the next 2 or 3 weeks I think)! I will work on the first version of my physics engine before.
@Txo There appears to be no interface to chain effects using Processing Sound. Like you pointed out, according to the source code, any effect applied to a source will be removed if another effect is applied. So unfortunately, only one effect at a time.
It’s a pity. We are in a strange time in sound management in Processing. Beads and Minim are not maintained any more and Processing sound is a little bit short yet.