This Quick Drop Plug-In inserts In-Place Element structures (IPEs) onto selected wires / wire branches. It adds wire-data-type dependant border nodes and may also wire the internal terminals (if the Shift key was pressed).
The plugin creates an undo-history and analyzes the selected wires on the block diagram. IPEs are inserted and the terminals rewired.
If only branches of a wire have been selected, the plugin recognizes which path (from source to sink) the selected branch was on and only connects selected branches to the output (right) side of the IPE while unselected branches are connected (forked) at the input (left) side.
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
Very useful resource, thank you!
The insertion didn't work with object wires for me (LV2015 SP1 64bit). Having very little idea of what I was doing I took a look at the type descriptors and added a case 0x1E under the refnum 0x70, which did the trick for me. Does it make sense to you?
Great quick drop, great comment too! Unbundle and bundle for classes is a must!
Anyone knows how to add the functionality for maps?
To add map functionality: