From ecc85db32f7fa0291a79d7d2dbbae7f3acd52d9e Mon Sep 17 00:00:00 2001 From: derselbst Date: Tue, 15 Oct 2019 18:03:50 +0200 Subject: [PATCH] rename enum fluid_mod_test_linked_identity => fluid_mod_linked_identity_test_mode --- 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 ed8780fe..8c516b63 100644 --- a/src/synth/fluid_mod.h +++ b/src/synth/fluid_mod.h @@ -64,7 +64,7 @@ int fluid_mod_is_linked (const fluid_mod_t * mod); FLUID_LINKED_MOD_TEST_OVERWRITE must be equal to FLUID_VOICE_OVERWRITE. FLUID_LINKED_MOD_TEST_ADD must be equal to FLUID_VOICE_ADD. */ -enum fluid_mod_test_linked_identity +enum fluid_mod_linked_identity_test_mode { /**< test identity and overwrite modulator amounts */ FLUID_LINKED_MOD_TEST_OVERWRITE = FLUID_VOICE_OVERWRITE,