MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / setFreq

Method setFreq

Source/Panels/SpectrogramPanel/FreqTextLabel.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void FreqTextLabel::setFreq(int freq)
144{
145 mFrequency = freq;
146 repaint(); // Repaint to show the new frequency value.
147}
148
149int FreqTextLabel::getFreq()
150{

Callers 3

sortLinesMethod · 0.45
mouseDownMethod · 0.45
sliderValueChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected