Howdy,
This is probably not a beginner question, but since I put MIDI stuff in a beginning
Java book, I guess I can still answer this here
(Besides, I just think this stuff is a fun way to experiment with Java, even though the API is ridiculously more complicated than it needs to be).
Try this tiny app to print your sound list to the terminal:
You'll see a list like:
186 Castanets
187 Mute Surdo
188 Open Surdo
189 Brush Snare High
190 Brush Snare Low
191 Soft Piano
192 Reflection Piano
Mine goes from 0 to 364... you can usually guarantee at least from 0 to 128.
Anyone know what the heck a "Surdo" is?
Have fun
cheers,
Kathy