nol-alb / 6106Group4

0 stars 0 forks source link

Plugin within Plugin recursion #13

Open nol-alb opened 2 years ago

med1844 commented 2 years ago

The scanning procedure provided by juce would load the plugin that is being scanned. In this case, recursion will last forever unless there's someway to tell if the current plugin instance has positive depth / is nested. The current solution is to skip itself during scanning, and works well. I do doubt if there's any need to load another self as it's equivalent to add more bands.