add Arpeggio / finish all Components
This commit is contained in:
@@ -5,7 +5,7 @@ const timbreAdapter = createEntityAdapter({});
|
||||
const timbreSlice = createSlice({
|
||||
name: 'timbre',
|
||||
initialState: timbreAdapter.getInitialState({
|
||||
ids: ['timbre1', 'timbre2', 'vocoder', 'effects', 'arpeggiator'],
|
||||
ids: ['timbre1', 'timbre2', 'vocoder', 'effects', 'arpeggio'],
|
||||
entities: {
|
||||
timbre1: {
|
||||
id: 'timbre1',
|
||||
@@ -56,6 +56,10 @@ const timbreSlice = createSlice({
|
||||
delay: 'delay',
|
||||
eq: 'eq',
|
||||
},
|
||||
arpeggio: {
|
||||
arpeggA: 'arpeggA',
|
||||
arpeggB: 'arpeggB',
|
||||
},
|
||||
},
|
||||
currentTimbre: 'timbre1',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user