Can someone show me how to control the volume of an MIDI sequencer without using a sound bank or synthesizer?
I want to make the MIDI fade out befor
in each track, for each channel used in the track, call add to add multiple events at the appropriate time positions:
track.add(new MidiEvent(
new ShortMessage(ShortMessage.CONTROL_CHANGE, channel, 7, volume),
tick));