just a minor announcement.
recently there was some momentum on github about streamlining the patching process when it comes to connecting many objects, or objects with many iolets.
it all started a while ago (at least for me) with my "doublechord" plugin (available via deken), which allows you to extend additional connections between an object with many outlets and an object with many inlets that are already connected, without having to fidget with so many iolets.
indendently, manav rathi submitted a PR to allow connecting of two selected objects with a keystroke.
after that people joined in and started to suggest all kind of improvements, as seen in purr-data or max/msp.
si i backported some of the connection tricks from Max and Purr-Data, and it all ended in a PR [374].
new connection features:
insist), to connect them (trivially, so just the first iolet)
press <Shift> while hovering the yet-unconnected cord over an inlet
the connection and pressl <Ctrl>+<d> to extend the connections to the right ("duplicate")
them.
objects (but not the sink object) before connecting them.
source objects *and* the sink object before connecting the leftmost source to the leftmost inlet.
source object *and* all the sink objects before connecting the leftmost outlet to the leftmost sink.
i think that's about it. thanks to Jonathan, Dan, Alex & Esteban for the inspirational ideas.
some of thew new features make it incredibly easy to create fan-outs. urgh!!! so this is another opportunity to announce my "triggerize-plugin" which will turn all your buggy fan-outs into nicely triggered connections (and much more). grab it from deken.
of course this is just a pull request, so we depend on miller to merge it into the "master" branch ;-)
gfmasdr IOhannes
[374] https://github.com/pure-data/pure-data/pull/374 [triggerize]