MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / dso_factor_updated

Method dso_factor_updated

DSView/pv/view/view.cpp:1313–1319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1311}
1312
1313void View::dso_factor_updated()
1314{
1315 auto math_trace = _session->get_math_trace();
1316 if (math_trace && math_trace->enabled()) {
1317 math_trace->update_vDial();
1318 }
1319}
1320
1321// -- lissajous figure
1322void View::show_lissajous(bool show)

Callers 1

mouse_pressMethod · 0.80

Calls 3

get_math_traceMethod · 0.80
update_vDialMethod · 0.80
enabledMethod · 0.45

Tested by

no test coverage detected