For some reason your response didn't show up in my email Cristof, but to answer your question, I am providing two creation arguments that sets the number of inlets and outlets. Could you elaborate on how buffer aliasing is caused by how the surrounding objects are connected? Assuming of course that's the problem here, but my suspicion is rather that I'm not reading from all inlets before writing to the outlets.
On Sun, May 31, 2020 at 12:14 PM pd-dev-request@lists.iem.at wrote:
Send Pd-dev mailing list submissions to pd-dev@lists.iem.at
To subscribe or unsubscribe via the World Wide Web, visit https://lists.puredata.info/listinfo/pd-dev or, via email, send a message with subject or body 'help' to pd-dev-request@lists.iem.at
You can reach the person managing the list at pd-dev-owner@lists.iem.at
When replying, please edit your Subject line so it is more specific than "Re: Contents of Pd-dev digest..."
Today's Topics:
- inlets sending to wrong outlets (Eric Lennartson)
- Re: inlets sending to wrong outlets (Alexandre Torres Porres)
- Re: inlets sending to wrong outlets (Eric Lennartson)
Message: 1 Date: Sun, 31 May 2020 11:59:54 -0700 From: Eric Lennartson lennartsoneric@gmail.com To: pd-dev pd-dev@lists.iem.at Subject: [PD-dev] inlets sending to wrong outlets Message-ID: <CAGkKnE1H0Cnto7iFVLs= YKm+h0Vj0ruVBxFwcDY7z+kZJaejxg@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
Hey all,
I've been working with variable amounts of inlets and outlets and for the most part it's been working fine. If it's only variable inlets and the outlets are fixed, or vice versa, it works fine. However when both are variable I can't seem to get the inlets to go to the correct outlet. My current code is cycling through the inlets and outlets in pairs, but for some reason this isn't working. Any thoughts?
Thanks Eric