Skip to content

Instantly share code, notes, and snippets.

@albedozero
Last active December 9, 2021 19:16
Show Gist options
  • Save albedozero/ae14ab54c00028ee638954b8ddab17be to your computer and use it in GitHub Desktop.
Save albedozero/ae14ab54c00028ee638954b8ddab17be to your computer and use it in GitHub Desktop.
The example bank file constructed in fluidpatcher lesson 3: https://youtu.be/53OFZnKhPa8
# router rules
patches:
Layered Piano/Strings:
1: FluidR3_GM.sf2:000:000
2: FluidR3_GM.sf2:000:042
router_rules:
- {type: note, chan: 1=2}
Split EP and Bass:
3: FluidR3_GM.sf2:000:004
2: FluidR3_GM.sf2:000:033
router_rules:
- {type: note, chan: 1=3, par1: 59-127}
- {type: note, chan: 1=2, par1: A0-Bb3*1-24}
PiRhodesio:
4: FluidR3_GM.sf2:000:000
5: FluidR3_GM.sf2:000:004
router_rules:
- {type: note, chan: 1=4-5}
- {type: cc, chan: 1=4, par1: 16=7, par2: 0-63=0-127}
- {type: cc, chan: 1=5, par1: 16=7, par2: 64-127=127-0}
Swell Pad:
6: VintageDreamsWaves-v2.sf2:000:102
router_rules:
- {type: cc, type2: note, chan: 1=6, par1: 17=60}
- {type: cc, type2: note, chan: 1=6, par1: 18=67}
router_rules:
- {type: cc, chan: 1=2-6, par1: 7}
- {type: cc, chan: 1, par1: 15, fluidsetting: synth.reverb.room-size, par2: 0-127=0.0-1.0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment