We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31c482 commit 1afc9c9Copy full SHA for 1afc9c9
src/main/widgets/specific/PianoKeys.cpp
@@ -468,7 +468,7 @@ namespace lsp
468
const float scaling = lsp_max(0.0f, sScaling.get());
469
const ssize_t angle = sAngle.get() & 0x3;
470
const float split = scaling * lsp_max(0.0f, sSplitSize.get());
471
- const float key_unit = lsp_max(split, 1.0f);
+ const float key_unit = lsp_max(split * 0.5f, 1.0f);
472
const bool natural = sNatural.get();
473
474
// Compute the keyboard layout
0 commit comments