简体   繁体   English

如何在jFugue中播放平行旋律模式?

[英]How to play parallel melody Pattern's in jFugue?

I'm learning JFugue but I couldn't find in the documentation how can I play two or more melody lines at the same time, you know, like in a band when the line bass plays in parallel with the drums, guitars and keyboards. 我正在学习JFugue,但是在文档中找不到如何同时演奏两个或更多旋律线,就像在乐队中,当低音线与鼓,吉他和键盘同时演奏时一样。

Thanks in advance 提前致谢

You do this by using two different channels, or voices. 您可以通过使用两个不同的通道或声音来执行此操作。 JFugue has the V command for this: JFugue为此使用了V命令:

player.play("V1 I[Piano] CDE V2 I[Flute] DFA"); plays two lines in melody. 在旋律中演奏两行。

You can have 16 voices (numbered 0 through 15). 您可以有16种声音(编号从0到15)。 Note that V9 is special - it is a percussion track, and each note corresponds to a specific percussion instrument (eg, In V9, "C5" will sound like a high bongo). 请注意,V9是特殊的-它是打击乐器音轨,每个音符对应于特定的打击乐器(例如,在V9中,“ C5”听起来像是个高手鼓)。

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

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