Dear List,
I found a bug:
My system:
0.43.1-extended-20111218
Ubuntu 11.04
qjackctl 0.3.7
metronome
|
|
[
expr $f1;
if ($f1 == 1, 1, 0);
if ($f1 == 5, 2, 0);
if ($f1 == 9, 3, 0);
if ($f1 == 13, 4, 0);
if ($f1 == 17, 5, 0);
if ($f1 == 21, 6, 0);
if ($f1 == 25, 7, 0);
if ($f1 == 29, 8, 0);
if ($f1 == 33, 9, 0);
if ($f1 == 37, 10, 0);
if ($f1 == 41, 11, 0);
if ($f1 == 45, 12, 0);
]
When I put this expressions, pd shut down... The expr receive counts(like
1,2,3,4...and so on) from metronome.
What's the problem?
Thanks,
Jong