-
Hi, for reasons, I need to use this API setting to change the interpolation method of FluidSynth's sampling (I'm assuming it changes the interpolation of each voice rather than the overall output). Is there any way I can do this? The closest I can find is using |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
Update: after much trial and error I managed to compile it using the desired interp method |
Beta Was this translation helpful? Give feedback.
-
Fluidsynth's shell provides the commands |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Fluidsynth's shell provides the commands
interp
andinterpc
for this purpose, seehelp general
. Put these commands in a text file and pass it to fluidsynth using the-f
option, see UserManual.