31 Jan
2024
31 Jan
'24
2:52 p.m.
Yuxuan Shui (@yshui) commented about dlls/dmime/segment.c:
static struct segment *segment_create(void);
+/* Create a trivial DirectMusicBand. + * + * There is no obvious way to create a DirectMusicBand from outside dmband, + * either we add a wine private interface, or generate a RIFF stream and load + * it. + */ +static HRESULT gen_trivial_band_stream(IStream **out_stream)
(@rbernon) I was actually almost done writing the bandtrack generation code when I asked the question about how to do this :sweat_smile: If this is too ugly or dumb I can still change it. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4982#note_59621