Hey folks,
I’m far away from my music shield [DEV-10587] but am working on something that I need the sound for.
Would it be possible to get the tonebank or some of the sounds as a file?
specifically INSTRUMENT = 13
NOTES = 72,74,76,78,79,81,83,84
Thanks in advance for any responses 
just for reference: https://www.sparkfun.com/products/10587
I’m not sure about “as a file”, but you could intialize an array in memory like:
byte arr_sounds[72,74,76,78,79,81,83,84]
and throw it in a for() loop. Is that what you’re looking to do?
Thanks for the response!
But i’m looking for an mp3 file of those notes specifically to be used in a software for editing a music track that will be overlaid on a video about the project i’ve been working on.
sadly, i’m continents away from my arduino or shield etc.