fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Tweaking a sf2 for octave


From: Ceresa Jean-Jacques
Subject: Re: [fluid-dev] Tweaking a sf2 for octave
Date: Tue, 26 Jan 2021 19:15:01 +0100 (CET)

Some fix to my previous message:

 

#send program change (preset trombone) to FS on channel x.

> prog x num-preset-trombone

#set rules in the router to transpose any note received  by -12:

#First remove any current rules
router_clear
# Set a rule to transpose pitch by pitch - 12

router_begin note
router_par1 0 127 1 -12
router_end
# Set the rules to pass through other messages types (MIDI CC)
router_begin cc
router_end

 

You can put these command in a file named "trombone-command" then you can send this file to FS using the command

>source trombone-command

jjc

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]