From d030e078790ca24f977a888f53c11c129082abe8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 29 Dec 2013 03:43:00 -0800 Subject: Add tuning properties --- Alc/midi/fluidsynth.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Alc/midi/fluidsynth.c') diff --git a/Alc/midi/fluidsynth.c b/Alc/midi/fluidsynth.c index b19cfd03..a32c87c1 100644 --- a/Alc/midi/fluidsynth.c +++ b/Alc/midi/fluidsynth.c @@ -186,7 +186,10 @@ static int FPreset_noteOn(fluid_preset_t *preset, fluid_synth_t *synth, int chan fluid_voice_gen_set(voice, 38, sound->VolEnv.ReleaseTime); fluid_voice_gen_set(voice, 39, sound->VolEnv.KeyToHoldTime); fluid_voice_gen_set(voice, 40, sound->VolEnv.KeyToDecayTime); + fluid_voice_gen_set(voice, 51, sound->CoarseTuning); + fluid_voice_gen_set(voice, 52, sound->FineTuning); fluid_voice_gen_set(voice, 54, sound->LoopMode); + fluid_voice_gen_set(voice, 56, sound->TuningScale); for(m = 0;m < sample->NumMods;m++) fluid_voice_add_mod(voice, &sample->Mods[m], FLUID_VOICE_OVERWRITE); -- cgit v1.2.3