Skip to content

Commit fd4b598

Browse files
committed
Increased number of banks from 30 to 50
- Closes #3386
1 parent e7e00f0 commit fd4b598

File tree

1 file changed

+1
-1
lines changed
  • src/plugins/core/controlsurfaces/manager

1 file changed

+1
-1
lines changed

src/plugins/core/controlsurfaces/manager/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ local mod = {}
3333
--- plugins.core.controlsurfaces.manager.NUMBER_OF_BANKS -> number
3434
--- Constant
3535
--- Number of banks.
36-
mod.NUMBER_OF_BANKS = 30
36+
mod.NUMBER_OF_BANKS = 50
3737

3838
--- plugins.core.controlsurfaces.manager.NUMBER_OF_DEVICES -> number
3939
--- Constant

0 commit comments

Comments
 (0)