How to sync cycle, phasor, tri, rect so I can do *, + , - , / or many others..?

endrek's icon

Hi amigos!!
Could someone guide me, how to sync a bunch of different waveforms? Forum..tutorial..whatever :P

I mean, i'm trying to add, substract, multiply, divide for example a : CYCLE, PHASOR, TRI, RECT with a matrix, but once I do an operation, I sometimes end up seeing with scope~ that it isn't the same resulting wave, so I think it is due to not being sync all the signals...
Thanks for your help and time!
Cheerz!

Gregory Taylor's icon

Use a phasor~ and rate~ pair, and then generate the waveforms using objects such as cos~ or triangle~, which are driven from 0. - 1.0 ramps.

Christopher Dobrian's icon

Gregory, this seems like one of those topics about which somebody should write up a tutorial. ;)

Roman Thilenius's icon

you sync cycle~ with phasor~ by driving cycle~ using a phasor~ in its 2nd inlet.

this is, somehow, why it is called phasor.

Gregory Taylor's icon

I expect that my friend Mr. Dobrian is making a humorous reference to this sequence of tutorials:

endrek's icon

thanks!! I'll give a try!!
appreciate it.