25 Oct
2023
25 Oct
'23
11:21 a.m.
Anton Baskanov (@baskanov) commented about dlls/dmsynth/synth.c:
}
set_default_voice_connections(fluid_voice); + if (region->wave_sample.cSampleLoops) + { + WLOOP *loop = region->wave_loops; + fluid_voice_gen_set(fluid_voice, GEN_SAMPLEMODE, 3);
Shouldn't the mode depend on loop->ulType? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4176#note_49717