I was wondering if anyone had information (or even sample code) that they could provide about building a fully functioning audio player widget in my JUCE plugin. I’m aware that there is a tutorial from JUCE that creates a play/pause button and loads in an audio file. While this functionality is good, it’s not enough for my purposes.
I want to make a point-and-play audio player that allows me to select different sections of an audio file. I also want a scrollable cursor with a functioning pause/play button. This would also display the time stamps within the particular audio file.
If anyone has insight into how I could do this or has a code sample, I would greatly appreciate it!
