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

Method setLinkedToGlobal

Source/Core/CtrlrModulator/CtrlrModulatorProcessor.cpp:509–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected