Configurable scroll wheel volume logic
This commit is contained in:
parent
e220cfb7bc
commit
992887eecf
2 changed files with 13 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue