HI to all... yes iīm using the s~ and r~ objects, and im not using the block~ object. Here is a copy of the patch so you guys can take a look at it.... very simple as it is. Refering theoy is the computer music tutorial by curtis roads.... Maby the delay is causing he strange effect of the pitch shifting.... illl check with the block~ object....
<br><br>#N canvas 275 190 454 304 12;<br>#X obj 175 138 osc~;<br>#X obj 230 157 s~ fb;<br>#X obj 174 67 r~ fb;<br>#X obj 174 87 *~;<br>#X obj 229 34 vsl 15 50 0 1000 0 0 empty empty feedback 0 -8 0 8 -262144<br>-1 -1 0 1;
<br>#X obj 175 114 +~;<br>#X obj 284 61 vsl 15 50 20 1000 0 0 empty empty frequency 0 -8 0 8<br>-262144 -1 -1 1300 1;<br>#X obj 154 211 dac~;<br>#X connect 0 0 1 0;<br>#X connect 0 0 7 0;<br>#X connect 0 0 7 1;<br>#X connect 2 0 3 0;
<br>#X connect 3 0 5 0;<br>#X connect 4 0 3 1;<br>#X connect 5 0 0 0;<br>#X connect 6 0 5 1;<br><br><br><br><br>thankz for your help<br><br>daniel<br><br><br><div><span class="gmail_quote">2006/3/7, Roman Haefeli &lt;<a href="mailto:reduzierer@yahoo.de">
reduzierer@yahoo.de</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">hi daniel<br><br>can you tell us where you found the referring theory? does the theory
<br>mention the delay in the feedback line? since you only can achieve a<br>feedback loop by using a [s~]/[r~]-pair you normally get a delay of 64<br>samples in pd.you can de-/increase this value by setting a different<br>
block size with the object [block~]. i can only assume, but i think in<br>such an unstable system the delay may plays an important role.<br><br>roman<br><br><br>On Mon, 6 Mar 2006 12:33:23 -0500<br>&quot;mami music&quot; &lt;
<a href="mailto:mami.music@gmail.com">mami.music@gmail.com</a>&gt; wrote:<br><br>&gt; Hi.<br>&gt; im simulating&nbsp;&nbsp;single carrier FM feedback. Im modulating the pitch of an<br>&gt; osc~ with itīs own output:<br>&gt; *Im multiplying the output of the osc~ with a fader that goes from 0 to
<br>&gt; 1000.<br>&gt; *Thar result im adding with a fixed frequency.<br>&gt; *and then back to the main freq of the osc~ object<br>&gt;<br>&gt; this is very simple, according to theory i should get an increase in the<br>
&gt; partials (which im getting), but im also getting a pitch shift in the main<br>&gt; freq of the oscilator as i expand the amplitude of the feedback!!!<br>&gt; I canīt see why this is happenig, i think it is not supposed to happen. Can
<br>&gt; ayone explain to me why this is happening and how can i avoid it?<br>&gt;<br>&gt; thankz<br>&gt;<br>&gt; daniel gomez<br>&gt;<br></blockquote></div><br>