简体   繁体   English

在Jfugue中为Dholak乐器创作音乐

[英]Composing Music for Dholak Instrument in Jfugue

I compose music in java with JFUGUE. 我用JFUGUE用Java编写音乐。 Jfugue contains some Indian instruments like Sitar and Shanai etc., but I need to compose for Dholak or Tabla (percussion instruments), which are not enlisted in the list of 127 instruments in Jfugue. Jfugue包含一些印度乐器,如Sitar和Shanai等,但是我需要为Dholak或Tabla(打击乐器)作曲,但这些乐器未列入Jfugue的127种乐器中。 Is there any way or method to add or replace my needed instrument in Jfugue? 有什么方法或方法可以在Jfugue中添加或替换我所需的乐器?

JFugue uses the same instruments that are defined by the MIDI standard. JFugue使用MIDI标准定义的相同乐器。 You may be able to find a Dholak or Tabla instrument as a SoundFont, which you can load into Java if you are using the Gervill synthesizer (or versions of Java that include the Gervill implementation, which are JDK 7 and later). 您也许可以找到Dholak或Tabla乐器作为SoundFont,如果您使用Gervill合成器(或包括Gervill实现的Java版本,JDK 7及更高版本),可以将其加载到Java中。

See also: Can we create our own composition using Soundfont and JFugue? 另请参阅: 我们可以使用Soundfont和JFugue创建自己的作品吗?

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

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