-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 05/07/2011 04:13 PM, IOhannes m zmölnig wrote:
i still have no clue what you mean by "latency". please clarify.
you probably should have a closer look at [delay] and what it does if you send it a number.
ah, btw, you could simplify the following
<complex> [expr $f1; if ($f1 == 0, 0, 1] | +----------------------------+ | [change] | [select 1 0] | [;pd dsp 0( [;pd dsp 1( </complex>
to this
<simple> [!= 0] (actually this should be [> 0] | [change] | [;pd dsp $1( </simple>
gdsft IOhannes