Hello,
I am creating an audio plugin and for that I created a plugin project in the introjucer and created the Ui and an audio processing class. I would like to know how could I test my processing algorithm giving it an audio file as input in the PLugin Host? I see that in the juce plugin demo it’s the microphone input that is processed with a delay and a gain. I was able to run my plugin like that using a voice or anything through the microphone as input to my processing algorithm, but I want to give it an audio file to process and be able to change parameters such as a gain or other parameter in my class while it’ s processing as well.
I would really appreaciate any help!
Thanks.