IOhannes m zmoelnig wrote:
attached is the fix for the crash when audio is turned on and no dsp objects are present.
who has changed "*ip" to "ip" in the d_ugen:dsp_tick() loop?
i see: it was miller and for good reasons.
while my patch prevented Pd from crashing when no dsp objects were present, it crashed Pd when there were dsp object.
so this new patch should really fix it.
mfg.asdr IOhannes
336c336
for (ip = dsp_chain; ip&&*ip; ) ip = (*(t_perfroutine)(*ip))(ip);