From 800eb4a0f7dfc6c4fded9b9a219c23966817e37a Mon Sep 17 00:00:00 2001 From: jjceresa Date: Mon, 4 Nov 2019 22:06:46 +0100 Subject: [PATCH] change path to unsigned short --- src/synth/fluid_mod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/synth/fluid_mod.h b/src/synth/fluid_mod.h index 5f072aa3..5e67bf7b 100644 --- a/src/synth/fluid_mod.h +++ b/src/synth/fluid_mod.h @@ -35,7 +35,7 @@ struct _fluid_mod_t unsigned char flags1; /**< Source controller 1 flags */ unsigned char src2; /**< Source controller 2 */ unsigned char flags2; /**< Source controller 2 flags */ - unsigned char path; /**< Flags indicating if the modulator is valid */ + unsigned short path; /**< Flags indicating if the modulator is valid */ double amount; /**< Multiplier amount */ double link; /**< Summation of modulator nodes linked to this modulator */ /* The 'next' field allows to link modulators into a list. It is