Java MIDI 音序器替代品

发布于 2024-10-06 08:44:31 字数 292 浏览 1 评论 0原文

我试图使用合并到 JVM 中的 MIDI 音序器(如此处所述,如果有人有的话)一个仍然受欢迎的答案),并发现这个音序器实现有几个限制,从被困在 Java MIDI 合成器(我想将来使用 Steinberg VST)到合理的延迟。

所以我想知道 Java 是否有众所周知的、公认的和有效的排序器实现,因为重新发明轮子很少是一个好主意:)

有什么想法吗?

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.

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 :)

Any idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

日裸衫吸 2024-10-13 08:44:31

上周末,我使用 java midi 库为开源编码竞赛编写了代码。从我花的时间来看,我意识到 java 的 midi 支持最近在灵活性方面一直乏善可陈,而且声音类似乎在支持方面退居次席。然而,有一些资源和第三方包可供研究,试图提供更多的实现。我个人发现 http://jsresources.org/ 相当有用,并且 http://www.tritonus.org/ 似乎是首选的第 3 方实现。在使用您自己的合成器而不是硬件默认合成器方面,我没有经验,但上面的两个站点是很好的起点。

This past weekend I wrote code using the java midi libraries for an open source coding competition. 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. 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. 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文