mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
uxplay.cpp default value of taper_volume should be false
This commit is contained in:
@@ -139,7 +139,7 @@ static std::string pairing_register = "";
|
||||
static std::vector <std::string> registered_keys;
|
||||
static double db_low = -30.0;
|
||||
static double db_high = 0.0;
|
||||
static bool taper_volume = true;
|
||||
static bool taper_volume = false;
|
||||
|
||||
/* logging */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user