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

Meta outputs #13

Open
yorenschriever opened this issue May 5, 2020 · 0 comments
Open

Meta outputs #13

yorenschriever opened this issue May 5, 2020 · 0 comments

Comments

@yorenschriever
Copy link
Owner

Create some meta-outputs that do not drive outputs themselves, distribute the signal to their children in various ways

duplicateOutput
The data will be forwarded to all child outputs, each output will receive the same data

splitOutput
The data will be split up in parts. Each child will receive its part. Part size can be configured per child

combinedOutput
Multiple pipes can send data to combinedOutput. The data from the pipes will be concatenated and sent to the child output.

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

1 participant