load Midi Sequence with Combobox
-
How can I load midi files with ComboBox? Snippet will be helpful to learn something new.
Thanks,
Tania -
@Tania-Ghosh This one's not in the doc
MIDIPlayer.getMidiFileList();
-
@ustk Thank you so much... Happy New Year..
Would you mind to check and correct my Archive files? midiplayersimple.zipThank you,
Tania
-
@Tania-Ghosh Just add this in the comboBox CB:
Player.setFile(b[value-1], true, true); Panel.repaint();
-
@ustk Yippee !! :)
Thank you so much.