add preamp & mix to eq
This commit is contained in:
parent
5422a70fbc
commit
0920858aa5
4 changed files with 96 additions and 50 deletions
|
@ -57,7 +57,9 @@ export class ConfigStore {
|
|||
"equalizer": {
|
||||
'frequencies': [32, 63, 125, 250, 500, 1000, 2000, 4000, 8000, 16000],
|
||||
'gain': [0,0,0,0,0,0,0,0,0,0],
|
||||
'Q' : [1,1,1,1,1,1,1,1,1,1]
|
||||
'Q' : [1,1,1,1,1,1,1,1,1,1],
|
||||
'preamp' : 0,
|
||||
'mix' : 1,
|
||||
}
|
||||
},
|
||||
"visual": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue