Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow separate ladspa-plugins for sink/source processing #5

Open
umlaeute opened this issue Nov 4, 2013 · 0 comments
Open

allow separate ladspa-plugins for sink/source processing #5

umlaeute opened this issue Nov 4, 2013 · 0 comments

Comments

@umlaeute
Copy link
Member

umlaeute commented Nov 4, 2013

sometimes it's too complicated to have a single-ladspa plugin that provides both source&sink processing. instead it would be good to be able to specify two separate plugins (for source resp sink), e.g.

sink {
  library "echo.so"
  module "echo"
}
source.library "dereverb.so"
source.module "drev2"

in this case, it is save to omit the source.inchannels (and friends) configuration, as this info can be derived from the ladspa-plugin)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant