MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / MatchExtents

Method MatchExtents

Source/Slider.cpp:554–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554void FloatSlider::MatchExtents(FloatSlider* slider)
555{
556 mMax = slider->mMax;
557 mMin = slider->mMin;
558}
559
560void FloatSlider::DisableLFO()
561{

Callers 2

SetSliderMethod · 0.80
PostRepatchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected