Hi all, i'm new in here and i have some problems with my Music Instrument Shield. Actually, questions not problems. I work at a project and i have to give some explanation about how this works. I mention that i use this shield with an arduino uno board. Now, questions:
where does the sound comes from? who generates it?
how is the volume set?
how "instruments" are changed?
could someone give me a list with the instruments music instrument shield can reproduce? I found something but it is not correct. 1 for example is a piano, but the list doesn't sais so.
could you please explain better what you are trying to achieve?
i am no expert, but that list you have there seems to me like MIDI Drum sounds list.
If that is so, if you are trying to create a MIDI "instrument", then the sound is no produced by the Arduino (or the shield) itself. The Arduino will send to the computer (or syntethiser,...) a message carrying a couple of different values:
kind of command it is, like Note On or Note Off;
note, like for instance a C3 or a F7;
Velocity, like is the note a piano or forte
this message will then be read by the computer (or syntethiser) and translated into a sound.
In the case of that list you have there, it would be translated into drums sounds.
But is could also be translated into Piano, saxophone, or virtually any other instrument...
Here is a page that might answer some of your questions, and maybe help you understand how the midi messages work a little bit better!
from what i understant from your message, you are using the Music Instrument Shield.
What it does is that it has an integrated VS1053 which is capable of doing this "translating" thing i told before and produce some sounds.
Anyway, maybe learning a little bit about how MIDI works will helps you get a better understanding of how to work with this Shield.
Hmmm, it's quiete late and i am tired, but i hope this message is of any use to you!
Good luck with your project!
=)