Hey guys!
I was making a simple patch to randomly change the frequency of an osc object. But I do not want the frequency to climb too much up or fall to much down, so I defined limits 20 and 600. So I want for the algorithm, when it falls lower than 20, go back to 20 and when it climbs higher than 600 - reset to 600.
When I click on the msgbox which holds the limit - it works. But alone it does not. I even tried putting a bang between moses and msgbox and the bang does flash, but the message is either not being sent of for some reason the float object does not get it or there is something else which I am missing.
I have attached the patch itself. Can someone please take a look. I feel it is important for me to understand what is going on here, since these are the basics.