JUCE
JUCE copied to clipboard
allow KeyboardComponent's getRectangleForKey method to be overriddn
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.
