简体   繁体   English

Java MIDI Sequencer的替代品

[英]Java MIDI Sequencer alternatives

I was trying to use the MIDI sequencer incorporated into the JVM (as told here , if anyone has an answer it's still welcome) and found that this sequencer implementations has several limitations, that range from being stuck to the Java MIDI synthesizer (I want to use the Steinberg VSTs in the future) to sensible latencies. 我试图使用结合到JVM中的MIDI音序器(正如在这里所说,如果有人有答案它仍然受欢迎)并且发现这个音序器实现有几个限制,范围从被卡到Java MIDI合成器(我想要使用未来的Steinberg VST)以明智的延迟。

So I'm wondering if there are well known, recognized and working sequencer implementations for Java, as reinventing the wheel is rarely a good idea :) 所以我想知道Java是否有众所周知的,公认的和有效的音序器实现,因为重新发明轮子很少是一个好主意:)

Any idea? 任何的想法?

This past weekend I wrote code using the java midi libraries for an open source coding competition. 上周末,我使用java midi库编写了一个代码,用于开源编码竞赛。 From my time spent doing it, I realized that java's midi support has been lackluster as of late in terms of flexibility and the sound classes seem to have taken a backseat in terms of support. 从我花费的时间来看,我意识到java的midi支持在灵活性方面最近一直乏善可陈,声音类似乎在支持方面处于次要地位。 There are however resources and third-party packages to look into that try to provide more implementation. 但是,有些资源和第三方软件包会尝试提供更多实现。 I personally found http://jsresources.org/ as fairly useful and http://www.tritonus.org/ seems to be the 3rd-party implementation of choice. 我个人认为http://jsresources.org/非常有用, http://www.tritonus.org/似乎是第三方实施的选择。 In terms of using your own synthesizers as opposed to the hardware default I don't have experience, but the two sites above are good places to start. 在使用自己的合成器而不是硬件默认值方面我没有经验,但上面的两个站点是开始的好地方。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM