| 38 | } |
| 39 | |
| 40 | void Keyboard::drawBlackKey(int midiNoteNumber, Graphics& g, Rectangle<float> area) |
| 41 | { |
| 42 | g.setColour(juce::Colours::black); |
| 43 | g.fillRect(area); |
| 44 | g.setColour(juce::Colours::darkgrey); |
| 45 | g.drawRect(area, 0.5); |
| 46 | } |
nothing calls this directly
no outgoing calls
no test coverage detected