MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / drawKeyboardBackground

Method drawKeyboardBackground

Lib/Components/Keyboard.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void Keyboard::drawKeyboardBackground(Graphics& g, Rectangle<float> area)
18{
19 g.setColour(juce::Colours::lightgrey);
20 g.fillRect(area);
21}
22
23void Keyboard::drawWhiteKey(int midiNoteNumber, Graphics& g, Rectangle<float> area)
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected