Music Maker Shield - Can I trigger one song at a time?

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
steambc
 
Posts: 4
Joined: Mon Mar 26, 2018 11:28 pm

Music Maker Shield - Can I trigger one song at a time?

Post by steambc »

I want to use the Music Maker Shield in my electro-mechanical coin op puppet. I need to sense when a dime is inserted, then play one song and then cease. Then when another person inserts a dime, I would like the next sequentially numbered song to play. Same with 3rd, 4th and fifth until all the songs have played, and then have it cycle through with song #01 again.

So to summarize, I need to trigger one song at a time for songs 01 through 09 and then start over again at 01 and continually cycle through one song at a time upon each insertion of a dime (of course indicated to the Arduino by a switch).

Is this implementation possible with the Music Maker Shield? Thanks!

User avatar
dastels
 
Posts: 15608
Joined: Tue Oct 20, 2015 3:22 pm

Re: Music Maker Shield - Can I trigger one song at a time?

Post by dastels »

Yes, you can play specific, individual files from the SD card. See the library examples at https://github.com/adafruit/Adafruit_VS ... r/examples.

Dave

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”