MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / setValue

Method setValue

Source/Lua/CtrlrLuaManager.cpp:1072–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1070
1071
1072void CtrlrModulator::setValue(const int newValue, const bool force)
1073{
1074 processor.setValueGeneric (CtrlrModulatorValue (newValue, CtrlrModulatorValue::changedByLua), force, false);
1075}
1076
1077/** @brief Set the value of the modulator
1078

Callers

nothing calls this directly

Calls 2

CtrlrModulatorValueClass · 0.85
setValueGenericMethod · 0.80

Tested by

no test coverage detected