| 569 | } |
| 570 | |
| 571 | float FloatSlider::GetMidiValue() const |
| 572 | { |
| 573 | if (mMin == mMax) |
| 574 | return 0; |
| 575 | |
| 576 | return ValToPos(*mVar, true); |
| 577 | } |
| 578 | |
| 579 | std::string FloatSlider::GetDisplayValue(float val) const |
| 580 | { |
no outgoing calls
no test coverage detected