在java中选择midi设备
在我的程序中,必须能够在java中选择midi设备。 我尝试使用从 MidiSystem.getDevice()
获得的另一个音序器。
然而,简单地使用 setSequence() 并启动音序器没有成功(即没有声音)。
我猜想我需要以某种方式将音序器与合成器连接起来。
我怎样才能正确地做到这一点?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论