i was trying to generate triggers in pure data from waveforms coming in through the adc. i was using the threshold object but then i found out its not supported by owl. is there any other way? not being able to trigger things through the adc is a huge limitation for me. fyi im a puredata noob.
How about snapshot with metro and compare function
In the latest plugdata you can also use [bang~]
to make sure you sample on every cycle.
I think it is doable to add support for [threshold~]
, however I’m not sure how to do it yet
1 Like
yeah this is what i ended up doing.
does bang~ essentially work like the above post with snapshot~?
You’d still use [snapshot~]
except instead of the metro you use [bang~]
to make sure you are triggering every cycle.
Do note that in Heavy [snapshot~]
outputs on the next cycle instead of in the current cycle as it does in pd.