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

jitter filters: modes of operation #5

Open
tap opened this issue Jun 23, 2017 · 0 comments
Open

jitter filters: modes of operation #5

tap opened this issue Jun 23, 2017 · 0 comments
Assignees

Comments

@tap
Copy link
Contributor

tap commented Jun 23, 2017

Currently we are doing forward (left-to-right) filtering of each vector (line) of the matrix. We can break this into two attributes:

1. Direction

  • forward
  • reverse
  • bidirectional

2. Axis

  • x
  • y
  • both

To implement this for a cell operator I'm currently thinking that we add some infrastructure to Min that allow the matrix traversal to have the above options. Then this technology is available to all authors of objects using the Min API.

We could also offer a "direction" called "temporal" or something like that for these filter objects. Then the object would need a separate filter for each cell of the matrix. Sort of like a poly~ mode or something. That might get a bit unwieldy though? Certainly it can wait until the other stuff is handled.

@tap tap self-assigned this Jun 23, 2017
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