select midi device in java

空扰寡人 提交于 2019-12-11 04:29:42

问题


In my program it is necessary to be able to select the midi device in java. I have tried using another sequencer that i got from MidiSystem.getDevice().

Simply using setSequence() and starting the sequencer were without success however (i.e no sound).

I'm guessing that I somehow need to connect a Sequencer with a Synthesizer.

How can I do this properly?

来源:https://stackoverflow.com/questions/7507046/select-midi-device-in-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!