Re: [PATCH v2 0/5] MR9259: dmusic,dmime: Volume control part 2
26 Oct
2025
26 Oct
'25
12:05 p.m.
Michael Stefaniuc (@mstefani) commented about dlls/dmusic/port.c:
if (SUCCEEDED(hr)) hr = IDirectMusicSynth_Open(obj->synth, port_params);
+ if (SUCCEEDED(hr)) + { + KSPROPERTY volume_prop; + DWORD volume_size; + LONG volume = 0; + + volume = -600;
-600 looks like a magic constant. How did you get to that number? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9259#note_119686
57
Age (days ago)
57
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michael Stefaniuc (@mstefani)