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 ?
thanks, _y
ps: I'm using pd-0.42-5 on linux
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
y a écrit :
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).
so cycle~ act just like a tabread4~ with a sinusoid table?
what would be the best way to do phase modulation on sine waves in pd then ?
tabread4~
c
thanks, _y
ps: I'm using pd-0.42-5 on linux
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
ah yes, I have to admit that it's been a long time I didn't use pd =)
thanks to both of you !
_y
You can use a clone of Max's cycle~. [cyclone/cycle~].
.hc
On Dec 28, 2009, at 5:07 AM, 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 ?thanks, _y
ps: I'm using pd-0.42-5 on linux
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
http://at.or.at/hans/
yeah but I prefer to stick to vanilla (although it looks like pd-extended improved quite a bit since 1++ years ago, congrats =) I was also curious about using phase-mod (dsp-wise) without any signal phase inlet in the oscillator.
cheers, _y
Hans-Christoph Steiner wrote:
You can use a clone of Max's cycle~. [cyclone/cycle~].
.hc
On Dec 28, 2009, at 5:07 AM, 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 ?
thanks, _y
ps: I'm using pd-0.42-5 on linux