如何在jFugue中播放平行旋律模式?(How to play parallel melody Pattern's in jFugue?)

系统教程 行业动态 更新时间:2024-06-14 16:55:57
如何在jFugue中播放平行旋律模式?(How to play parallel melody Pattern's in jFugue?)

我正在学习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.

Thanks in advance

最满意答案

您可以使用两个不同的通道或声音来完成此操作。 JFugue有这样的V命令:

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

你可以有16个声音(编号为0到15)。 请注意,V9是特殊的 - 它是一个打击乐轨道,每个音符对应一个特定的打击乐器(例如,在V9中,“C5”听起来像一个高小鼓)。

You do this by using two different channels, or voices. JFugue has the V command for this:

player.play("V1 I[Piano] C D E V2 I[Flute] D F A"); plays two lines in melody.

You can have 16 voices (numbered 0 through 15). Note that V9 is special - it is a percussion track, and each note corresponds to a specific percussion instrument (e.g., In V9, "C5" will sound like a high bongo).

更多推荐

本文发布于:2023-04-10 11:16:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/dzcp/55fb03013696010b6d080d946c2da740.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:旋律   模式   如何在   jFugue   Pattern

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!