Hello!
I just discovered JUCE in my quest to create a Digital guitar pedal. I am wondering if JUCE can be used in that environment, since there is not necessarily a parent program or OS to run it like with VSTs and such.
I am looking to apply Recorded Impulse Responses to the incoming audio. I’m thinking easiest solution would be to duplicate the incoming audio, apply a few IRs to them, then let the user fade levels between the different IRs channels when they turn a knob. There would also be a switch which loads IRs onto the final output audio.
Any assistance on if JUCE is capable of something like this, and how to implement it in an environment like a pedal would be appreciated. Not sure if the end program you make needs to run on an OS or something. I was planning on picking the processor and storage used in the pedal after determining the needs to run the program and IRs. Since this is a pedal it would need to function with real time incoming audio. The IR loading time should all be either in start up of the pedal or would be at times when the user isn’t yet utilizing that IR so not too concerned on that end.
