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

Black-boxed nodes #3

Open
michalochman opened this issue Dec 9, 2020 · 2 comments
Open

Black-boxed nodes #3

michalochman opened this issue Dec 9, 2020 · 2 comments

Comments

@michalochman
Copy link
Owner

michalochman commented Dec 9, 2020

Add option to create black-boxed nodes which could be used to create effects, e.g. vibrato or delay.

@michalochman michalochman changed the title Blackboxed nodes Black-boxed nodes Nov 21, 2021
@shyndman
Copy link

shyndman commented Nov 21, 2021

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.

@michalochman
Copy link
Owner Author

michalochman commented Nov 22, 2021

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.

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