olofson / audiality2

A realtime scripted modular audio engine for video games and musical applications.
http://audiality.org/
zlib License
80 stars 5 forks source link

Insert effect voices #328

Open olofson opened 6 years ago

olofson commented 6 years ago

In order to implement "plugin" effect chains in the form of separate voices/programs, we need three things:

Control (messages) and processing would be similar to inlined subvoices, but is probably going to need some custom logic. Maybe things can be refactored so that "inline" and "insert" are just two variants, using the same mechanisms?