Bugs item #1931455, was opened at 2008-04-01 12:50 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1931455...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: None Status: Open Resolution: None Priority: 8 Private: No Submitted By: IOhannes m zmlnig (zmoelnig) Assigned to: Miller Puckette (millerpuckette) Summary: crash when sending "dsp" to a signal-object
Initial Comment: Pd crashes when you send a message "dsp" to any signal-object. e.g.
[dsp( | [noise~]
the reason is obvious, as signal-objects expect "A_CANT" for the "dsp"-message but do not receive one when sending this message "manuall" (unlike when you turn on audio)
a possible solution would be to add some extra check in the message-dispatcher for A_CANT-messages and disallow them for ordinary users (sending an error-message to the console)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-13 23:47
Message: Still happens on Pd-vanilla 0.42-4 running on Mac OS X 10.5.6/Intel.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1931455...