I'm running the latest stable build and the latest nightly build of Pd
on OS 10.5.8.
Please, see if you can duplicate my problem.
When I bang [list]-->[drip], I don't have a problem. [list] just
outputs bang to [drip], and [drip] doesn't seem to do anything.
When I bang [list]-->[drip 50], Pd crashes. Is [drip 50] going into
an infinite loop looking for the next element in a nonexistent list?
Sam in Baltimore
On Sat, 8 May 2010, Samuel Burt wrote:
When I bang [list]-->[drip 50], Pd crashes. Is [drip 50] going into an infinite loop looking for the next element in a nonexistent list?
in drip.c, in the beginning of drip_list, this needs to be added :
if (!argc) return drip_bang(x);
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801