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

 
_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to