You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: