Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 JFugue 5.0,如何创建像吉他专业版那样的弯音和滑音?
我试过使用 CC65,但它似乎不适用于吉他补丁。我查看了文档,并没有明确说明这是如何完成的。我可以使用微音符号,但有些东西告诉我有更好的方法。
不幸的是,加载一个示例 midi 并将其作为模式文件检查并没有给我任何线索,因为 midi 消息的组织方式。
在 JFugue 5.0 中,控制器事件使用函数名 :CON(包括冒号)和参数来指定,如下所示:
Pattern pattern = new Pattern("V0 I[Guitar] C5 :CON(65,127) D4");
其中第一个参数是控制器编号,第二个参数是控制器的值。