mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-21 19:31:40 +00:00
remove meaningless statement in fluid_conv.c
This commit is contained in:
parent
fd7bc44b0b
commit
02d5ce331c
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ fluid_conversion_config(void)
|
||||||
/* convex unipolar positive transform curve */
|
/* convex unipolar positive transform curve */
|
||||||
fluid_convex_tab[0] = 0;
|
fluid_convex_tab[0] = 0;
|
||||||
fluid_convex_tab[127] = 1.0;
|
fluid_convex_tab[127] = 1.0;
|
||||||
x = log10(128.0 / 127.0);
|
|
||||||
|
|
||||||
/* There seems to be an error in the specs. The equations are
|
/* There seems to be an error in the specs. The equations are
|
||||||
implemented according to the pictures on SF2.01 page 73. */
|
implemented according to the pictures on SF2.01 page 73. */
|
||||||
|
|
Loading…
Reference in a new issue