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

Config node effect #152

Open
fruechtegott opened this issue Apr 19, 2020 · 1 comment
Open

Config node effect #152

fruechtegott opened this issue Apr 19, 2020 · 1 comment

Comments

@fruechtegott
Copy link
Collaborator

To build more complex effects, it would be useful to have an effect node, which can load a config.json and has an output, which is further connectable.

Is this doable concerning processing power and in a viable coding solution?

@segfault16
Copy link
Owner

@fruechtegott
Nesting nodes is probably not a good idea, however the following suggestions might improve the sitation:

Group effect nodes in UI

With the visjs framework it's possible to cluster nodes which are then displayed as a single node. See https://visjs.github.io/vis-network/examples/network/other/clustering.html. We could add a tool that allows grouping effect nodes and a view option that enabled/disables clustering.

(Partial) import of filtergraph

Currently it's only possible to replace the entire filtergraph with a different config.json. We could also implement an import functionality that adds all nodes from the config.json to the current filtergraph. Maybe without the LEDOutput node. Separate config.json could then be used as building blocks.

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