Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using mapping as a comparator
#1
I'm trying to use the mapping to detect when a certain cv signal (in this case an envelope) goes over a certain value, and when it does go above that value I'd like to output a trigger\gate.

See video at the link below for further explanation and question
https://www.dropbox.com/scl/fi/cqbbqml39...m7r4j&dl=0

Thanks!
Reply
#2
You miss the 3rd parameter with SETV setting it to 'SRC' in the first line...BUT:

On the other hand, if the automator uses a CV input, why not using directly:
00 CV IN1

And then you could use variables (or at least 1 variable) but you don't need to for both values.
01 VAR #A #012
02 CALC IF > 00VA here you compare row00 with variable A.

I would also leave a bit of a threshold for VA because 11 works now but it might not work in another situation. Using a bit higher value would me more safe.
The SETV in the destination is not needed if you use on the source already VAR #... etc
PLEASE use the search function if something have been asked or discussed before.
Every (unnessesary) forum support means less time to develop! But of course, i am here to help!  Smile
Reply
#3
Ah yes, I'm aware that CVIN can be used, I was just trying to troubleshoot and tried it through automator and didn't bother to change it after...

Thanks you so much for the quick response!
It works Smile))))
Learning the mappings has a learning curve but its very gratifying and useful
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)