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

Method getModulatorText

Source/Core/CtrlrModulator/CtrlrModulator.cpp:577–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577const String CtrlrModulator::getModulatorText()
578{
579 if (ctrlrComponent)
580 {
581 return (ctrlrComponent->getComponentText());
582 }
583 else
584 {
585 return (getProperty(Ids::modulatorValue));
586 }
587}
588
589CtrlrMidiMessage &CtrlrModulator::getMidiMessage(const CtrlrMIDIDeviceType source)
590{

Callers

nothing calls this directly

Calls 1

getComponentTextMethod · 0.45

Tested by

no test coverage detected