Drunk issue ?
Hi everyone,
something weird happen ;
I send a message [bang] from my JS Script to inport mur. When I use counter, I can see in the log the outport counter count from 0 to 5, but nothing from the outport drunk ...
As you can see, I simulated the [bang] message directly in my patch and print the outlet of counter and drunk, and I can see both object print integer in the console :
drunk 1.000000
counter 2.000000
So the question is, why drunk works in the RNBO patch, but not once exported in json (JS export) ?

I would double check that the value coming from [inport mur] is bang and not a zero, since drunk and counter will treat that differently.
Thank you Tyler, you're right. I send a $1 (or [1] in js) but I thought it would be equivalent to a 'bang', so I send a [message mur $1] from my max patch and I have the same behaviour, but if I send a [message mur bang] then it works.
Thanks for your help.