I'm stuck here a little with the following problem:
The loudness analyzer gives me an array of numbers to work with and to be able to do some further logic (compare them to target values etc) and log them out, I want to set the first item of each array as a new variable via the populate variable node.
This does not work however: If I set it to a string user var, I get the command once I log the vars out but not its output, like so:
Code: Select all
$readarray($jsonencode([-5.086133,-5.086133]),1)
What am I missing here?
Thanks and best,
Lukas