MCPcopy Create free account
hub / github.com/LMMS/lmms / friendlyUpdate

Method friendlyUpdate

src/gui/widgets/Knob.cpp:803–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

801
802
803void Knob::friendlyUpdate()
804{
805 if (model() && (model()->controllerConnection() == NULL ||
806 model()->controllerConnection()->getController()->frequentUpdates() == false ||
807 Controller::runningFrames() % (256*4) == 0))
808 {
809 update();
810 }
811}
812
813
814

Callers

nothing calls this directly

Calls 3

frequentUpdatesMethod · 0.80
getControllerMethod · 0.80
modelFunction · 0.50

Tested by

no test coverage detected