-
Notifications
You must be signed in to change notification settings - Fork 8
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
Black-boxed nodes #3
Comments
Why black box and not emphasize abstraction/reusability? Because, I can imagine something more like a component system, where you define a sub-graph, indicate inputs and outputs, and give it a name. That then becomes a reusable node just like anything else...but it's never opaque. You can still jump in and continue to make changes to it. |
A subgraph is what I had in mind, sorry for not being clear. Opaqueness would come from a fact that an authors could "collapse" the subgraph to a single node visually and not concern themselves with what's inside. One additional challenge is how to support different controls for internal values (knobs, sliders, toggles, selects etc) or how to expose these controls from inside. While supporting parameters (e. g. gain) should be free by using inputs, supporting non-parameter controls (e. g. oscillator type) would not be free. |
Add option to create black-boxed nodes which could be used to create effects, e.g. vibrato or delay.
The text was updated successfully, but these errors were encountered: