Hi Guys,
Is it possible to say have a combo that chooses the number of inlets and outlets?
So I have an object with a combo in it with say 1,2,4,8. If it is set to 4 then 4 inlets would be there, if it was set to 8 then 8 inlets would be there?
Hi Guys,
Is it possible to say have a combo that chooses the number of inlets and outlets?
So I have an object with a combo in it with say 1,2,4,8. If it is set to 4 then 4 inlets would be there, if it was set to 8 then 8 inlets would be there?
Doesn’t seem possible without a rewrite, attributes are fed to the C++ code generator, GUI inlets/outlets are an internal Java thing in the Patcher and on a “parallel” level to attributes if you will (also fed to the C++ code generator).
Thanks.
That’s a shame, would be quite useful!