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

Feature: input source wildcard #33

Open
dionjwa opened this issue Jul 18, 2019 · 0 comments
Open

Feature: input source wildcard #33

dionjwa opened this issue Jul 18, 2019 · 0 comments

Comments

@dionjwa
Copy link
Member

dionjwa commented Jul 18, 2019

All input pipes some-input from all (*) metaframes go to the local input something-else:

"inputs": [
	{
		"metaframe": "*",
		"target": "something-else",
		"source": "some-input"
	}
]

All input pipes (*) from all (*) metaframes go to the local input something-else:

"inputs": [
	{
		"metaframe": "*",
		"source": "*",
		"target": "something-else"


	}
]

All input pipes (*) from all (*) metaframes go to the local input with the same name as the source:

"inputs": [
	{
		"metaframe": "*",
		"source": "*"
	}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant