hi jules, since i’m using the MidiKeyboardComponent a lot, and i need to specialize it to let it be in sync with a midi grid:
mainly it paints white/black keys with different widths (regardless of setKeyWidth calls), so doing a conversion function from mouse position to note/beat is quite cpu consuming cause i have to keep track of the painted midi keyboard widths offsets.
so i need it to paint and behave a little different, but all members are private
could they be promoted to protected ?