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

Node inputs should be inspectable #41

Closed
brianchirls opened this issue Jan 19, 2014 · 0 comments
Closed

Node inputs should be inspectable #41

brianchirls opened this issue Jan 19, 2014 · 0 comments

Comments

@brianchirls
Copy link
Owner

The API needs to provide access to the list of inputs accepted by each effect/transform node, with type information for each one. Some effects have fixed inputs, but others are calculated at instantiation time based on configuration options.

Info for each input should include:

  • name
  • type
  • min
  • max
  • dimensions
  • defaultvalue

Additionally, provide effect/transform title/name, id and possibly creation options for each node.

brianchirls added a commit that referenced this issue Jan 20, 2014
- `inputs` method added for reporting details on all inputs
- effect type and title are available properties
- removed useless `original` property from effect nodes
@brianchirls brianchirls added this to the Release 2014-04-08 milestone Apr 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant