Using soundFX class

Hi,

I am trying to make a as3 sound remixer. I have the sounds working very well in my main as3 document, but I want to add effects to them. I have found a class called SoundFX that does exactly what I want, but it doesn’t give me access to the SoundChannel which I need to have in my main actionscript file.

In the comments, the author of SoundFX says that you can “modify the class so that you can get the SoundChannel. A reference to it is stored internally once it’s been created (SoundFX.as line 208), just dispatch an event and write a getter.”

But I need help! I’ve tried everything I can think of and I cannot get access to the SoundChannel through SoundFX.

Does anyone have any idea as to what I should try?

Many thanks