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

Method setValueMapped

Source/Lua/CtrlrLuaManager.cpp:1086–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1084}
1085
1086void CtrlrModulator::setValueMapped (const int newValue, const bool force, const bool mute)
1087{
1088 processor.setMappedValue (CtrlrModulatorValue (newValue, CtrlrModulatorValue::changedByLua), force, mute);
1089}
1090
1091void CtrlrModulator::setValueNonMapped (const int newValue, const bool force, const bool mute)
1092{

Callers 1

Calls 2

CtrlrModulatorValueClass · 0.85
setMappedValueMethod · 0.80

Tested by

no test coverage detected