Only show user-presets in favorite sidebar
[ardour.git] / libs / fluidsynth / src / fluid_synth.h
index 96dc545746a82eae6ecf34fc20bf1a46af903ae3..58869730c61cb509c7d17fce42a9681ca5b48f2b 100644 (file)
@@ -190,7 +190,7 @@ fluid_preset_t *fluid_synth_find_preset(fluid_synth_t *synth,
                                         int prognum);
 void fluid_synth_sfont_unref(fluid_synth_t *synth, fluid_sfont_t *sfont);
 
-void fluid_synth_dither_s16(int *dither_index, int len, float *lin, float *rin,
+void fluid_synth_dither_s16(int *dither_index, int len, const float *lin, const float *rin,
                             void *lout, int loff, int lincr,
                             void *rout, int roff, int rincr);