开发者

Java MIDI Sequencer alternatives

开发者 https://www.devze.com 2023-01-29 14:01 出处:网络
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

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 fr开发者_开发问答om 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号