reduce path field to sufficient size

This commit is contained in:
jjceresa 2019-10-14 12:51:13 +02:00
parent eabbc78b19
commit 9fd36fa3fb
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ struct _fluid_mod_t
unsigned char flags2; /**< Source controller 2 flags */
double amount; /**< Multiplier amount */
double link; /**< Summation of modulator nodes linked to this modulator */
enum fluid_path_flags path; /**< Flags indicating if the modulator is valid */
unsigned char path; /**< Flags indicating if the modulator is valid */
/* The 'next' field allows to link modulators into a list. It is
* not used in fluid_voice.c, there each voice allocates memory for a
* fixed number of modulators. Since there may be a huge number of