updated initialState
This commit is contained in:
@@ -39,20 +39,43 @@ const parametersSlice = createSlice({
|
||||
vol2: 0,
|
||||
vol3: 0,
|
||||
},
|
||||
'timbre1': {
|
||||
id: 'timbre1',
|
||||
'pitch1': {
|
||||
id: 'pitch1',
|
||||
voiceAssign: 'Mono',
|
||||
triggerMode: 'Single',
|
||||
transpose: 0,
|
||||
tune: 0,
|
||||
unisonDetune: 0,
|
||||
portamento: 0,
|
||||
bendRange: 0,
|
||||
vibratoIntensity: 0,
|
||||
},
|
||||
'filter1': {
|
||||
id: 'filter1',
|
||||
filterType: '-24db Low Pass',
|
||||
cutoff: 0,
|
||||
resonance: 0,
|
||||
egIntensity: 0,
|
||||
keyboardTrack: 0,
|
||||
},
|
||||
'eg1': {
|
||||
id: 'eg1',
|
||||
attack: 0,
|
||||
decay: 0,
|
||||
sustain: 127,
|
||||
release: 0,
|
||||
egReset: false,
|
||||
},
|
||||
'amp1': {
|
||||
id: 'amp1',
|
||||
},
|
||||
'eg2': {
|
||||
id: 'eg2',
|
||||
attack: 0,
|
||||
decay: 0,
|
||||
sustain: 127,
|
||||
release: 0,
|
||||
egReset: true,
|
||||
},
|
||||
'lfo1': {
|
||||
id: 'lfo1',
|
||||
|
||||
Reference in New Issue
Block a user