Skip to content

Commit

Permalink
Increased number of Control Surfaces banks to 30
Browse files Browse the repository at this point in the history
- Suggested by Daniel Rejowski.
  • Loading branch information
latenitefilms committed Jan 19, 2024
1 parent 0d50099 commit d271685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/core/controlsurfaces/manager/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local mod = {}
--- plugins.core.controlsurfaces.manager.NUMBER_OF_BANKS -> number
--- Constant
--- Number of banks.
mod.NUMBER_OF_BANKS = 15
mod.NUMBER_OF_BANKS = 30

--- plugins.core.controlsurfaces.manager.NUMBER_OF_DEVICES -> number
--- Constant
Expand Down

0 comments on commit d271685

Please sign in to comment.