[ANSWERED] Translating Trigger for JSON stream
-
Last one for today ;-) Is there a way of converting a momentary CC trigger to a momentary value so I can get it into my JSON controller stream? My old controller would broadcast 0 or 127 for buttons. My new controller just sets a value. I've been trying to make it work with the Comparitor, selectors and gates to no avail.
-
Never mind. I dug further into the LoupDeck programming and you can have the button push jump to 127 and the jump back to 0. If bundle this output into a JSON then go JSON PARSER->TEXT PARSER->COMPARATOR looking for 127 I get my button trigger.
-
Is this helpful?
-
@woland Very helpful. Thank-you!