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

Method clear

NeuralNote/Source/Components/Views/VisualizationPanel.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void VisualizationPanel::clear()
112{
113 mCombinedAudioMidiRegion.setSize(getWidth() - KEYBOARD_WIDTH, getHeight());
114 mMidiFileDrag.setVisible(false);
115 mFileTempo->setVisible(false);
116}
117
118void VisualizationPanel::repaintPianoRoll()
119{

Callers 1

NeuralNoteMainViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected