i love jFugue, but i can't control the volume of a pattern. This 2 patterns, in my laptop, play at the same volume(on the paper the second should be twice louder than the first):
Pattern pattern1 = new Pattern("X[Volume]=8000 C D E");
new Player().play(pattern1);
Pattern pattern2 = new Pattern("X[Volume]=16000 C D E");
new Player().play(pattern2);
I'm using jFugue 5.0.9.