Skip to content

Allow for non-recursive IDirBrowseControlBase::ScanDirectory #979

@sdatkinson

Description

@sdatkinson

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions