smplr
smplr copied to clipboard
Controlling how velocity impacts note volume
Thanks for yet another fantastic library.
I really like the variety samples used for the different velocities, it's especially great on the SFZ piano.
I was wondering how we could control the note velocity -> volume
function.
Currently, the volume delta is very big and low velocity notes are often almost silent.
A basic, easy to implement , approach could be to set min
and max
volume thresholds. Normalizing input velocity might also have a similar effect in practice, but it wouldn't benefit from those multiple velocity samples.