Tutorial issues - Audio Looping

Hi, I’m going through the audio looping samples and when I run the project, it has the control to load the sound file to be looped, but no controls to actually start playing? Same for the advanced one? I didn’t see anything about adding such controls in the write-up, and was curious if I missed something simple here (sorry if so)?

Thanks

The sound should just start playing once it’s loaded. The code does not have any playback control components. Note that the sound should be less than 2 seconds long, otherwise it won’t be loaded and played by the tutorial code. If you don’t hear the app doing anything it’s also possible you have ended up testing with a WAV-file Juce can’t read for some reason. It’s also possible your audio device is not working for some reason.