| 379 | } |
| 380 | |
| 381 | int CtrlrModulatorProcessor::getValueMapped() const |
| 382 | { |
| 383 | const ScopedReadLock sl (processorLock); |
| 384 | |
| 385 | return (valueMap.getMappedValue(currentValue.value)); |
| 386 | } |
| 387 | |
| 388 | int CtrlrModulatorProcessor::getMax() const |
| 389 | { |
nothing calls this directly
no test coverage detected