[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [fluid-dev] Publish MIDI event constants
From: |
Tom M. |
Subject: |
Re: [fluid-dev] Publish MIDI event constants |
Date: |
Sun, 25 Nov 2018 16:17:26 +0100 |
> Maybe it should be better to create another separate public header, like
"midi_consts.h"
This wouldn't solve a naming clash, only defer it. If we decide to publish
them, we should rename them by prefixing "FLUID_" (perhaps even
"FLUID_MIDI_EVENT_"), as we do with all other constants that we export.
However, we are still in discussion whether to publish them at all. So far,
having only heard two people sharing their concerns is not a good basis to
publish them.
> So only people who needs them includes it.
Ofc. those people are free to copy + paste the needed constants from
fluidsynth. They are not subject to change as they comply with the MIDI spec.
Tom