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