Hi, I’m building an AudioUnit plugin using JUCE. I would like to pass the plugin a filename. How can I define a parameter that allows the plugin to take a string for the filename? I see that AudioUnits support properties which can be a string. Can I create such a property using JUCE?
All audio units also have characteristics, typically non-time varying and not directly settable by a user, called properties . A property is a key/value pair that refines the plug-in API of your audio unit by declaring attributes or behavior.
