Hi,
I was hoping to add a button to a DJ application I have where when you click it, it plays a sound. So basically like button clicked then play this sound type of thing/Sort of like a sound board vs loading in a file to play a whole song/being able to pick which song you want to play. I was wondering if there is a simple way to do that?
Thanks!
If you haven’t built and run the DemoRunner application that is included with JUCE, you’re missing out on a vast resource of working code for how to do fundamental things, such as audio file playback and UI techniques, and so on.
Once you have built and run the DemoRunner, and played with it a bit, you will find the answers you seek in the “AudioPlaybackDemo.h” file, which I suggest you study in order to solve your problem.
