From:   Richard Guenther [SMTP:[EMAIL PROTECTED]]
[...]
> Another question regarding to the pulgin API or the general structure of
> supported networks: How can one handle feedback
> - inside a plugin (without copying to a "local" buffer)
> - from different plugins, i.e. plugin 2s output is fed back to plugin 1s
>  input?
[...]

Plugins using internal feedback (e.g. delay lines) are expected to do this 
using internal memory.

Feedback loops in the host's network are beyond the scope of this API. The 
host may be able to get around this anyway - MN currently supports flow 
graphs with cycles under certain conditions and it will be possible to use 
LADSPA plugins within these cycles as long as those conditions are still 
met.

-- Richard

Reply via email to