On 03/16/2016 02:25 PM, i go bananas wrote:
thanks Iohannes. it seems the inlets are fine,. and it's just an issue with the outlets, and probably a problem with me not being able to wrap my head around that weird clockwise outlet creation thing, and perhaps also this other issue of pd using the same address for inlets and outlets as an optimisation?
most likely the latter.
i have now managed to get the external working, by changing the order of outlet creation in tilde_dsp, that makes the outlets backwards.
as claude has pointed out, this is not a fix, and just waits to break on next usage. which signals get re-used is a function of the surrounding patch, and unrelated to the creation order within the object's dsp-function.
msd IOhannes