Hi there,
I’d like to use a python script to generates raw sample and to pop them out from a node. My question is probably too much global.
Let’s say, at first, I’d like to generates a value (or a channel) by using Python. I do something, like I monitor a channel, I do some logic for testing samples of this channel, if a sample matches a condition, I execute the script within a CHOP Execute DAT. And I want this script, for instance, to pop out the samples generated from a CHOP node output.
Here in my example, a button generating random numbers.
Of course, here, “only” a print. I miss how to “write” values for the constant1 there.
Is it a way to go ?
This is also related to this one