30 Dec
2022
30 Dec
'22
2:20 p.m.
On Fri Dec 30 14:11:06 2022 +0000, **** wrote:
Chris Robinson replied on the mailing list: ``` On 12/30/22 05:49, dreamer wrote:
From: dreamer <dreamer(a)puikheid.nl>
-#define MAX_MIDIINDRV (16) +#define MAX_MIDIINDRV (64) /* For now I'm making 16 the maximum number of midi devices one can * have. This should be more than enough for everybody. But as a purist, * I intend to make it unbounded in the future, as soon as I figure * a good way to do so. */ -#define MAX_MIDIOUTDRV (16) +#define MAX_MIDIOUTDRV (64) Should probably update the comment too, since that still says there's a max of 16.
Correct :smile:
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1893#note_20206