If Pd&#39;s default block size is 64 samples, and &quot;events&quot; are only processed at the beginning of a block cycle.<br><br>Therefore, if you&#39;re running at 48,000hz sample rate, then your &quot;Event Rate&quot; is 750hz.<br>
Likewise a 96,000hz sample rate will give you a 1500hz &quot;Event Rate&quot;.<br><br>As Mathieu mentioned, if you need anything higher than this, your only options are:<br><ol><li>Decrease your block size</li><li>Calculate at audio-rate using ~ objects</li>
</ol>As for &quot;between samples&quot;, are you referring to some kind of upsampling?  In that case, either increase the sample rate of a sub-patch using [block~] relative to the current sample rate, or use either a [delread~]/[delwrite~] pair or [fexpr~] to hold the last sample value from a given stream for calculation.<br>
<br>~Brandon<br>