Merge pull request #14315 from Citadel-Station-13/silicons-patch-21

fixes instrument min sustain being too low for exponential dropoff to work
This commit is contained in:
Lin
2021-02-27 17:12:09 -06:00
committed by GitHub

View File

@@ -19,7 +19,7 @@
#define INSTRUMENT_EXP_FALLOFF_MAX 10
/// Minimum volume for when the sound is considered dead.
#define INSTRUMENT_MIN_SUSTAIN_DROPOFF 0
#define INSTRUMENT_MIN_SUSTAIN_DROPOFF 1
#define SUSTAIN_LINEAR 1
#define SUSTAIN_EXPONENTIAL 2