I am trying to use the open-source music progra开发者_运维技巧mming API JFugue in my android 3.0 application, and am getting this error tag on the line player.play(pattern);:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m working with midi using the Java sound API. Basically I\'m trying to achieve a portamento effect where I can slide between different notes. The closest I\'ve gotten is using the setPitchBend() me