// title: FxChain class // author: kennethflak // description: // A relatively lightweight way for me to quickly add effects. Not very advanced, but it gets the job done. The effect synths are supposed to do the job of mixing wet/dry signal and so forth. Usage: create an instance of FxChain, and then start addding effects in the required sequence. One nifty feature is the ability to add also effects in parallel. Handy for f.x. multitap delays. When all the effects are added, call .play. TODO: make it possible to add and remove effects while running. This is not a high priority though, as I'm not in the live coding business (yet). // code: FxChain { classvar <>numSpeakers=2; classvar <>server; var <>fadeInTime,<>level, <>fadeOutTime, <>out, <>group; var