java - Musical notes in 4 octaves -


so i'm looking musical notes @ least few different instruments (like piano) can download sound files. after researching, i've found notes 2 octaves. there way adjust sound of note in java make sound octave (or 3) higher? or, more simply, there place can go find notes 4 octaves?

  1. java docs midi
  2. examples of code
  3. tutorials oracle

the above documentation should helpful in helping flesh out start on working java.sound.midi import. useful tool easy use , shouldn't take long begin understand. hope helpful.

midi imports have many notes , many instruments @ user's disposal , should effective in accomplishing described in question.

update: found several questions having midi formats on site may provide additional useful references. here one: so midi question. 1 has tuning notes using java.sound.midi import.

i found useful link, think, has audio synthesis , has great working code in it. here is: another example.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -