We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04946e7 commit 12e3af0Copy full SHA for 12e3af0
src/modules/document/reducer.ts
@@ -59,7 +59,7 @@ const initialState: State = {
59
[masterOutputNodeKey]: nullSendBusIndex,
60
'empty-constant': emptyBusIndex,
61
},
62
- busCount: 5,
+ busCount: 16,
63
};
64
65
type RootAction = ActionType<typeof actions>;
0 commit comments