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

Method setValueNonMapped

Source/Lua/CtrlrLuaManager.cpp:1091–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1089}
1090
1091void CtrlrModulator::setValueNonMapped (const int newValue, const bool force, const bool mute)
1092{
1093 processor.setValueGeneric (CtrlrModulatorValue (newValue, CtrlrModulatorValue::changedByLua), force, mute);
1094}
1095
1096void CtrlrModulator::setModulatorValue(const int newValue, bool vst, bool midi, bool ui)
1097{

Callers 1

Calls 2

CtrlrModulatorValueClass · 0.85
setValueGenericMethod · 0.80

Tested by

no test coverage detected