I have this code:
Synthesizer synthesizer = MidiSystem.getSynthesizer(); synthesizer.open(); Instrument[] instrument = synthesizer.getDefaultSoundbank().getI
You can use CC 7 for setting channel volume.
channel.controlChange(7, value);
see: http://improv.sapp.org/doc/class/MidiOutput/controllers/controllers.html