mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 23:11:41 +00:00
linebreak
This commit is contained in:
parent
d708c2f5e2
commit
7bf280cf77
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
|||
/* EMU 8k/10k don't follow spec in regards to volume attenuation.
|
||||
* This factor is used in the equation pow (10.0, cb / FLUID_ATTEN_POWER_FACTOR).
|
||||
* By the standard this should be -200.0. */
|
||||
/* 07/11/2008 modified by S. Christian Collins for increased velocity sensitivity. Now it equals the response of EMU10K1 programming.*/
|
||||
/* 07/11/2008 modified by S. Christian Collins for increased velocity sensitivity.
|
||||
* Now it equals the response of EMU10K1 programming.*/
|
||||
static double FLUID_ATTEN_POWER_FACTOR = FLUID_ATTEN_POWER_DEFAULT_EMU; /* was (-531.509)*/
|
||||
|
||||
/* conversion tables */
|
||||
|
|
Loading…
Reference in a new issue