On Mon, 2021-06-14 at 09:10 -0700, Miller Puckette via Pd-list wrote:
Here's another idea: a "catch" object that passes messages from inlet to outlet, but then reports errors (somehow or other) only when those errors occur while forwarding the message.
I'm not sure I understand your proposal correctly, though it sure sounds very interesting. It would report errors that happen in a specific control message a chain as a way to more precisely tie the reporting to the source of the error?
[O] | [catch] | | | [pd do_something_on_error_condition] | [read /tmp/foo.txt( | [text define bar]
Like this?
Roman