I’ve got a sample on my hard drive that I’d like my plugin to load up during initialization.
Can I store this in a AudioBuffer type area? I.e. the same type that appears in the processBlock()? I will have to setSize of this AudioBuffer of course, in relation to the sample being loaded.
And does it matter if the sample being loaded is 48,000, 32 bit, or will my Juce plugin just convert it to 44,100 32 bit?