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

Method getValueMapped

Source/Core/CtrlrModulator/CtrlrModulatorProcessor.cpp:381–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381int CtrlrModulatorProcessor::getValueMapped() const
382{
383 const ScopedReadLock sl (processorLock);
384
385 return (valueMap.getMappedValue(currentValue.value));
386}
387
388int CtrlrModulatorProcessor::getMax() const
389{

Callers

nothing calls this directly

Calls 1

getMappedValueMethod · 0.80

Tested by

no test coverage detected