Skip to content

Is it possible to remap velocity values in fluidpatcher? #52

Answered by albedozero
Syridian asked this question in Q&A
Discussion options

You must be logged in to vote

You can use router rules to modify the velocity (par2) of note messages based on a range, like the example below. This isn't a curve exactly and requires some math and/or trial and error, but you can probably achieve something useful enough this way. Most MIDI keyboards I've used have some way to select the velocity curve if you dig through the manual - maybe yours got set to a really odd one?

patches:
  Boost:
    2: FluidR3_GM.sf2:000:000
    router_rules:
    - {type: note, chan: 1=2, par2: 1-40*2+0}
    - {type: note, chan: 1=2, par2: 41-127*0.6+56}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by albedozero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants