Dynamic AudioConnections

Andy Belov

Well-known member
Would be nice to be able to change source and destination of AudioConnections at runtime.
This way we can dynamically connect anything to anything instead of hard-wiring.

The change should be minimal: add copies of connect() with the parameters in the constructors, just call disconnect() before applying the new sources and call connect() later.
This would allow to arrange any number of effects in any sequence as the user wants.

Thanks.
 
You can do this already by dynamically creating/deleting audio connection objects though.
 
Wow, I didn't know about that. I just saw it always being static.
This is really all I need, then. I'll try it tonight.

Thanks @JarkkoL
 
Back
Top