08-07-2024, 11:34 AM
Hello,
I appreciate having the audio player incorporated--it's useful.
However, I keep expecting something that I'm used to in other audio players, so much so that I can't stop doing it: Like turning on the light switch during a power outage.
I try to use the |< ("previous") button to go to the start of the track but it doesn't work.
Suggestion:
Thanks!
I appreciate having the audio player incorporated--it's useful.
However, I keep expecting something that I'm used to in other audio players, so much so that I can't stop doing it: Like turning on the light switch during a power outage.
I try to use the |< ("previous") button to go to the start of the track but it doesn't work.
Suggestion:
Code:
when (previous button is clicked) {
if ( (the playhead is > x seconds into the track) or (there is only 1 track on the chart) ) {
go to the start of the track
} else
go to the previous track
}
}
Thanks!