mirror of
https://github.com/StyledStrike/musical-keyboard.git
synced 2025-03-04 03:13:36 -05:00
Increase max. transpose to 42
This commit is contained in:
parent
22acba670f
commit
33d484d195
@ -512,7 +512,7 @@ function MKeyboard:OpenInterface()
|
||||
-- Transpose
|
||||
local rowTranspose = AddRow( "musicalk.vkeys.transpose", "DNumSlider" )
|
||||
rowTranspose:SetMin( -24 )
|
||||
rowTranspose:SetMax( 24 )
|
||||
rowTranspose:SetMax( 42 )
|
||||
rowTranspose:SetDecimals( 0 )
|
||||
rowTranspose:SetValue( settings.transpose )
|
||||
rowTranspose.Label:SetTextColor( colors.black )
|
||||
|
Loading…
Reference in New Issue
Block a user