GPG Apologies for a dumb question - is it possible to adjust velocity when using The Experience Fazioli on sfz? I can’t see a control for this.
Unfortunately there aren't any onscreen controls with SFZ. I wish there were, or Plogue would release their SDK extensions for my use. However, there is a way - but it's a bit manual. You have to edit with a text editor.
As you probably know, velocities range from 0-127. Each block of samples (I think called a group) is placed within a velocity range with the following lines:
lovel=1 hivel=39 amp_velcurve_1=.48 amp_velcurve_39=.87
lovel is the low velocity of the range, hivel is the high velocity of the range. if you change, for example, hivel=51, then those sounds will play within the velocity range 1-51. You should also change amp_velcurve_39=.87 to amp_velcurve_51=.87. This is the EQ that opens up in the velocity range.
Hope that makes sense. You just go through and do a find/replace with a text editor. You literally can say replace "=39" with "=51" and _39 with _51. That would surgically replace the correct numbers.