Configurable scroll wheel volume logic

This commit is contained in:
Maikiwi 2022-01-26 20:31:22 -08:00
parent e220cfb7bc
commit 992887eecf
2 changed files with 13 additions and 5 deletions

View file

@ -32,6 +32,9 @@ export class ConfigStore {
"normalization": false,
"spatial": false,
"maxVolume": 1,
"volumePrecision": 0.1,
"volumeRoundMax": 0.9,
"volumeRoundMin": 0.1,
"spatial_properties": {
"presets": [],
"gain": 0.8,