Reproducion MIDI
Publicado por Frutobson (12 intervenciones) el 06/10/2006 10:06:18
hola,
estoy intentando entender este código:
******************************************************
synth = MidiSystem.getSynthesizer();
synth.open();
final MidiChannel[] mc = synth.getChannels();
mc[4].programChange(163);
Instrument[] instr = synth.getAvailableInstruments();
******************************************************
¿Que hace mc[4].programChange(163) y que es el parametro 163?
¿la ultima instruccion que instrumentos tiene?
Gracias.
estoy intentando entender este código:
******************************************************
synth = MidiSystem.getSynthesizer();
synth.open();
final MidiChannel[] mc = synth.getChannels();
mc[4].programChange(163);
Instrument[] instr = synth.getAvailableInstruments();
******************************************************
¿Que hace mc[4].programChange(163) y que es el parametro 163?
¿la ultima instruccion que instrumentos tiene?
Gracias.
Valora esta pregunta


0