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

Modular signal chain implementation #37

Open
VedantKalbag opened this issue Feb 22, 2022 · 1 comment
Open

Modular signal chain implementation #37

VedantKalbag opened this issue Feb 22, 2022 · 1 comment
Assignees

Comments

@VedantKalbag
Copy link
Collaborator

VedantKalbag commented Feb 22, 2022

Find a way to implement a signal chain so that effects can be placed at different positions and turned on/off (perhaps even add a split and recombination for a wet/dry mix)

https://docs.juce.com/master/tutorial_audio_processor_graph.html

https://docs.juce.com/master/classdsp_1_1ProcessorChain.html

Child issues:
#29
#26
#27
#36
#46

@jocekav
Copy link
Owner

jocekav commented May 5, 2022

Current state - chain is static on launch with bypassing capabilities. Chain can be easily reordered in PluginProcessor.cpp but not yet in GUi

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

No branches or pull requests

2 participants