| 15 | } |
| 16 | |
| 17 | void Keyboard::drawKeyboardBackground(Graphics& g, Rectangle<float> area) |
| 18 | { |
| 19 | g.setColour(juce::Colours::lightgrey); |
| 20 | g.fillRect(area); |
| 21 | } |
| 22 | |
| 23 | void Keyboard::drawWhiteKey(int midiNoteNumber, Graphics& g, Rectangle<float> area) |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected