[Sam Kennedy] “Is it possible to use multiple soundkey outputs on one value; is there an expression for that?”
Sure, you can have one output react to two inputs — it’s just math — but you do need to explain a little bit about how you want them to work together.
If you want a cumulative effect, you can just add the values together (like ‘value1 + value2;’). If you want to react to whichever one is loudest, you can use a maximum function to return the bigger value like (‘Math.max(value1, value2);’). If you want some other interaction, let’s discuss what you’d want to see happen.
Walter Soyka
Designer & Mad Scientist at Keen Live [link]
Motion Graphics, Widescreen Events, Presentation Design, and Consulting
@keenlive | RenderBreak [blog] | Profile [LinkedIn]