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

Create BEES MAGINC operator #278

Open
2 of 3 tasks
ghost opened this issue Apr 21, 2017 · 0 comments
Open
2 of 3 tasks

Create BEES MAGINC operator #278

ghost opened this issue Apr 21, 2017 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented Apr 21, 2017

Create an operator which, when banged with a number n, interogates the input value of whatever it's output is connected to, then outputs n + the number.

This can be used, for example, in conjunction with white whale's param input & CV sequencing - white whale can update it's param input when you hold down a bottom row button. Then you connect the DELTA output from an ENC to the PARAM input (via MAGINC).

So effectively, MAGICINC adds an ACCUM to any input, but with the added bonus that the accumulated input value may be dynamically updated by it's parent op via a grid (or timer) interaction...

  • create & test maginc operator
  • modify whitewhale CV to use the functionality
  • enc operator DELTA output should scale output by STEP input
@ghost ghost added the FEATURES label Apr 21, 2017
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

0 participants