In Neural Amp Modeler's model and IR browser control class NAMFileBrowserControl, ScanDirectory() is called from SetupMenu(). It acts recursively in iPlug2's implementation, but this isn't what works best for my use case.
I'd like to be able to ScanDirectory non-recursively. Can iPlug2 support this for me? Either making a boolean like recursive be an argument, or declaring the method as virtual so that I can override would work.
Thanks!