Home Forums Sparkfun MP3 Shield Library Support Forum MP3 Player Shield and Midi-Mode

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2800
    Anonymous
    Inactive

    I think the midi mode can be used with the sparkfun mp3 player shield too !

    Why not adding midi-file support to your library ?

    #2801

    MIDI files can be supported, the original example MP3Shield_Library_Demo.ino is constrained to MP3 files. Whereas, FilePlayer.ino example is more flexible allowing various file formats to be played. including MID. The Arduino’s app is arbitrarily filtering on file extension. Where the VS1053, really does not care about, nor even know the file name or its extension.

    Note: I think I recall that VS1053 will only play MIDI type “zero” versus “one” and I had to convert my examples to “0”

    #2804
    Anonymous
    Inactive

    How can i detect the MIDI type ?

    How to convert type “one” to type “zero” ?

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.