"Triggered" Phaser~ ?
Hello, I would like a phaser to work when banged, for short or longer period..
How could I work that out ?
It's for CV modulation to my analog modulars (doepfer)
I would like to play with the length and the speed on each "note played" (triggers)
you have to send a frequency to phasor's first inlet (which is the time of its cycle http://en.wikipedia.org/wiki/Hertz ) and a 0 in the phase inlet to make it re-start from 0.
I hope it helps.
thanks for the 0 info Bertrand
Max Patch
Copy patch and select New From Clipboard in Max.
Here's a way of doing it at signal rate:
The signal stops at 1 rather than repeating. If you don't want that behavior, change clip~ into %~ 1.
Thank you Peter ;)