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@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: