I am trying to get visual feedback from a threshold trigger in PD on the LED.
[s Channel-Push] doesn’t seem to work, i did it like this
[bang]
|
----------[delay 80]
| |
[ 1 ( [ 0 (
| |
-------------
|
[s Channel-Push]
Running messages through a number box before outputting or feeding a bang right into the send object don’t help. I also tried using delay with higher arguments up to 4000, in case it interprets the argument as “in samples” instead of as “in milliseconds” as in PD. Also not helping.
That LED doesn’t blink one time in red.
As noted here https://hoxtonowl.com/forums/topic/pd-template-questions/#post-2223 i could send “nothing” to toggle the LED display, i just don’t know how.
A message/number output is a one time event, it goes by as one control rate event, so maybe the generated PD code here interferes with the OWL turning the LED back to green so fast, that i simply can’t see the red.
And i can’t use a sig~ to generate a steady signal, since [s Channel-Push] accepts no signal input and it would require additional thought to turn that red off again, because then PD would also send green steadily afterwards, interfering with the OWL then.
I will continue testing.
Is it simply not implemented yet or what do i get wrong?