JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

allow KeyboardComponent's getRectangleForKey method to be overriddn

Open githappens opened this issue 3 years ago • 0 comments

While the keyboard component is quite flexible, it does not allow having non-uniform key width of the same color as the relevant method getRectangleForKey can not be overridden and its related fields are private. Please consider allowing this method to be overridden. Non-uniform key widths of the same colored keys can be used for example to neatly line up rows in a midi editor's grid with each key in the keyboard component. image

githappens avatar Jun 21 '22 17:06 githappens