this should be an easy issue..
[phasor~ 100]
|
[threshold~ 0.5]
|
[O] why do I never get any bang here?!
thanks!
Threshold problem...
this should be an easy issue..
[phasor~ 100]
|
[threshold~ 0.5]
|
[O] why do I never get any bang here?!
thanks!
You need to set a reset value for [threshold~] as well. Otherwise, it won't retrigger. By default, it's zero, but [phasor~] rarely actually hits zero (though a frequency of 100 probably should). And of course, it never goes below.
Hey, thanks for your reply
what do you mean for "reset value"? I've tried with several values of rest threshold and bounce time, but I had no results as well...
BTW, what I want is to get a bang any time a freq. modulated phasor gets back to zero. Maybe there's a better way to achieve this.
Ha, okay, the reason why you're not seeing a bang is a gui issue. When you send bangs to [bng] too rapidly, it never gets around to drawing. Try this:
[phasor~ 100]
|
[threshold~ .5 0 .5 0]
|
[print]
You should see the bangs then.
Oops! Looks like something went wrong!