move FLUID_NUM_MOD to public voice header

This commit is contained in:
derselbst 2017-11-27 17:11:06 +01:00
parent 9900d5f151
commit 52872305f2
2 changed files with 1 additions and 1 deletions

View file

@ -30,7 +30,6 @@ extern "C" {
* @brief SoundFont modulator functions and constants.
*/
#define FLUID_NUM_MOD 64 /**< Maximum number of modulators in a voice */
/**
* Flags defining the polarity, mapping function and type of a modulator source.

View file

@ -35,6 +35,7 @@ extern "C" {
* such as the SoundFont loader's noteon method.
*/
#define FLUID_NUM_MOD 64 /**< Maximum number of modulators in a voice */
FLUIDSYNTH_API void fluid_voice_update_param(fluid_voice_t* voice, int gen);