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

Method isDelayedProperty

Source/Core/CtrlrModulator/CtrlrModulator.cpp:552–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552bool CtrlrModulator::isDelayedProperty(const Identifier &name)
553{
554 if (name == Ids::modulatorLinkedToModulator)
555 return (true);
556
557 if (name == Ids::modulatorLinkedToModulatorProperty)
558 return (true);
559
560 if (name == Ids::modulatorLinkedToPanelProperty)
561 return (true);
562
563 if (name == Ids::modulatorVstExported)
564 return (true);
565
566 if (name == Ids::modulatorValue && (owner.getCtrlrManagerOwner().getInstanceMode() == InstanceSingle || owner.getCtrlrManagerOwner().getInstanceMode() == InstanceSingleRestriced))
567 return (true);
568
569 return (false);
570}
571
572void CtrlrModulator::setDelayedProperty(const Identifier &name, const var value)
573{

Callers

nothing calls this directly

Calls 1

getInstanceModeMethod · 0.80

Tested by

no test coverage detected