Re: [PD] phasor~ phase reset detection

2022-03-16 Thread Matt Davey
As mentioned, If you need a phasor~ with bangs, create a [metro] at the bang speed, and run [vline~] on each bang to generate a signal. [metro 500] | [f 500] <--- fill your metro speed here. | [0, 1 $1( | [vline~] You can then just take the bangs from the metro.

Re: [PD] phasor~ phase reset detection

2022-03-16 Thread Roman Haefeli
On Wed, 2022-03-16 at 14:34 +, Jeppi Jeppi wrote: > Hi there, > I assume this has been discussed many times before but...what could > be simplest and most concise way to detect a phase reset of a phasor~ > with only plain vanilla objects? > I only need one bang when it goes back to 0. > It

Re: [PD] phasor~ phase reset detection

2022-03-16 Thread Alexandros
How about [threshold~ 0.5 10 0.5 10]? The right outlet will output a bang whenever [phasor~] resets its phase. Not sure if its arguments need more fine tuning. On 16/3/22 16:34, Jeppi Jeppi wrote: Hi there, I assume this has been discussed many times before but...what could be simplest and