to re-create the sound of a dx7 i need to change samplerate from my default (44.1khz) to 28khz.  <br>
globally changing pd&#39;s samplerate to 28khz has the intended effect, but
i want to be able to run other patches at 44.1khz while running my dx7
at 28khz. <br><br>i naively tried adding this construct to the output, but the sound is completely wrong:<br>
(if it doesn&#39;t show, the phasor~ is connected to the right inlet of the [samplehold~])<br><br>[inlet~]           [phasor~ 28000]<br>|                      |<br>[samplehold~]<br>|<br>[outlet~]<br><br>i thought about it for a bit, and i understand why that doesn&#39;t work, but i can&#39;t think of another solution.<br>
<br>is there some way i can &#39;mimic&#39; 28khz samplerate while running pd at 44.1?  or even better, is there some way to locally set the samplerate for a patch?  i tried messing round with [block~] but i can&#39;t make it do what i need.<br>
<br>also, i need to mimic a 12bit DAC~ too.<br><br><br>