| 141 | } |
| 142 | |
| 143 | void FreqDividerGroup::mouseDoubleClick(const juce::MouseEvent& e) |
| 144 | { |
| 145 | // do nothing, override the silder function, which will reset value. |
| 146 | } |
| 147 | |
| 148 | void FreqDividerGroup::setFreq(float f) |
| 149 | { |
nothing calls this directly
no outgoing calls
no test coverage detected