RTXI / rtxi

Tutorials, FAQs, and more at http://rtxi.org/docs
GNU General Public License v3.0
53 stars 15 forks source link

158 connector will not add connections that close the loop #159

Closed fusge closed 5 months ago

fusge commented 5 months ago

RTXI does not allow cycles to form in the connections as this would result in weird and possibly wrong behavior. However, it is, and should be, allowed for connecting DAQ devices with other plugins and devices. This fixes a bug where this was not allowed.

closes #158