Is there a way to pass a file from binary data into a function (for example like the loadImpulseResponse function from the convolution class) other than by name? Is the binary data in juce indexed in some way so that an int for example can used as in input argument rather than just going “BInaryData::Example_FIle_Name”? I couldn’t find anything in the documentation…
Thank you so much, I wasn’t aware of the getNamedResource function. I had already written a function that generates the correct file names based on knob values from the ui so getNamedResource was all I needed to make this work. You’re a life saver