HolyCityAudio / SpinCAD-Designer

SpinCAD Designer is an open source Java project which allows creation of patches for the Spin FV-1 audio DSP chip.
153 stars 27 forks source link

It's possible to create a circular connection in the UI #15

Open Digital-Larry opened 5 years ago

Digital-Larry commented 5 years ago

The problem is that what you get is not exactly what you think you should get. You can draw the diagram that way and it will generate code differently depending on "a roll of the dice" - some of which do not work at all. Blocks which want to have explicit feedback paths should be designed that way (where the feedback is internal to the block).

The Feedback loop block is designed to handle feedback loops in a predictable way.