Hello,
Could someone explain how to achieve Phase modulation on a wavtable?
Reading a wavtable is :
Phasor~
|
*~ SampleSize
|
tabread4~ Wavtable
and Phase modulation is :
Phasor~
|
+~ ---- PhaseModulation~
|
cos~
I tried several solution like :
Phasor~
|
+~ ---- PhaseModulation~
|
wrap~
|
*~ sampleSIze
|
tabread~ WaveTable
But I am no sure if this is the right way to achieve it (what is the respective order between *~ SampleSize and +~ --PhaseModulation
Thank you for your help