FeedbackLoopDetector
Academic approach. (This device is only for research and has...
- Type
- Instrument
- Author
- CharlyBeck
- Version
- 0.1
- License
- AttributionNonCommercialNoDerivatives
- Live version
- 10.1.9
- Max version
- 8.1.3
- Downloads
- 181
- Updated
- 2020-05-01
Description
Academic approach. (This device is only for research and has no benefit/functionality for users)
This device detects feedback loops in a signal matrix/signal flow graph definition.
How the signal flow matrix works:
Following rules apply for this signal matrix:
- Left side are inputs
- top side are outputs
- In1/Out1 is the main input/output of the device
- The rest of the in/outs are internal routings
- The internal output is connected to the appropriate internal input
- So for n > 1 applies: out[n] is connected to in[n]
- This is why feedback loops may occur if the wrong routing is activated by setting the dot in the matrix.
How i plan to use this:
Later, for each dot in the matrix there will be one "subdevice" which can instanciate a vst plugin.
Using the signal matrix the order and paralel processing of the plugins can be redefined by simply changing the buttons in the matrix.