mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-17 09:34:04 +00:00
move FLUID_NUM_MOD to public voice header
This commit is contained in:
parent
9900d5f151
commit
52872305f2
2 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue