MusicShieldV2.0 : How to select one song

Hi,

I used Seedstudio Mega + MusicShieldV2.0 for 3 days. They work fine whith demo examples.

But I don’t know how to select and play a specific song in the play list in the loop() function.
I have many buttons connected to my Mega board : When I push boutton #1, I want the shield to play song #1 ; When I push boutton #2, I want the shield to play song #2 … etc

Method playOne() can only be used setup() function. Then, how can I select a song after pushing on a button in he loop() ?

Thanks for your help

Best Regard,

Hi,

I’ve run into the same problem. I need to be able to skip around between tracks depending on a sensor connected to A5.
The sensing works fine but if i call the playOne() function the serial Monitor tells me “mysong.mp3 already exists in the playlist.”

I’ve spent half the day looking for documentation on this but have come up empty. Have you found a solution yet?

Regards,
Patrick