| 507 | } |
| 508 | |
| 509 | void CtrlrModulatorProcessor::setLinkedToGlobal(const bool _linkedToGlobal, const int _globalIndex) |
| 510 | { |
| 511 | { |
| 512 | const ScopedWriteLock sl (processorLock); |
| 513 | linkedToGlobal = _linkedToGlobal; |
| 514 | globalIndex = _globalIndex; |
| 515 | } |
| 516 | } |
| 517 | |
| 518 | bool CtrlrModulatorProcessor::getLinkedToGlobal() |
| 519 | { |
no outgoing calls
no test coverage detected