y wrote:
hello
while trying to port some phase mod sc patches to pd, I realized that [osc~] does not accept signal in its phase inlet (while sc's SinOsc and max's cycle~ do). what would be the best way to do phase modulation on sine waves in pd then ?
Something like this, perhaps:
frequency | [phasor~] | | modulation | / [+~] | [cos~] | output
See also: pd/doc/3.audio.examples/E08.phase.mod.pd
thanks, _y
ps: I'm using pd-0.42-5 on linux