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

Method getValue

Source/Core/CtrlrModulator/CtrlrModulatorProcessor.cpp:374–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374int CtrlrModulatorProcessor::getValue() const
375{
376 const ScopedReadLock sl (processorLock);
377
378 return (currentValue.value);
379}
380
381int CtrlrModulatorProcessor::getValueMapped() const
382{

Callers 5

CtrlrStandaloneWindowMethod · 0.45
dumpDebugDataMethod · 0.45
getSymbolValueMethod · 0.45
getModulatorValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected