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

Method setModulatorValue

Source/Lua/CtrlrLuaManager.cpp:1096–1099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1094}
1095
1096void CtrlrModulator::setModulatorValue(const int newValue, bool vst, bool midi, bool ui)
1097{
1098 processor.setValueGeneric (CtrlrModulatorValue (newValue, CtrlrModulatorValue::changedByLua), true, !midi);
1099}
1100
1101int CtrlrModulator::getValueMapped() const
1102{

Callers

nothing calls this directly

Calls 2

CtrlrModulatorValueClass · 0.85
setValueGenericMethod · 0.80

Tested by

no test coverage detected