Audio/MIDI plugin Part 2: Build Fail

I’ve followed the JUCE tutorials about halfway through THE “Audio/MIDI Plugin Part 2” walkthrough. When I attempt to build in Xcode after inputing the exact syntax stated in the tutorial, the build fails with the error use of undeclared identifier ‘midiVolume’. I’m pretty sure I’ve included this in the header. When I build inside the IDE there are no errors. Should I be able to run / test natively? I am a beginner so be nice! All thoughts and advice are welcome!

Did you add the declaration of midiVolume in the header class?

1 Like