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

Method getMidiMessagePtr

Source/Core/CtrlrModulator/CtrlrModulator.cpp:604–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602}
603
604CtrlrMidiMessage *CtrlrModulator::getMidiMessagePtr(const CtrlrMIDIDeviceType source)
605{
606 if ((bool)getProperty(Ids::modulatorIsStatic))
607 {
608 return (nullptr);
609 }
610 else
611 {
612 return (processor.getMidiMessagePtr(source));
613 }
614}
615
616void CtrlrModulator::setRestoreState(const bool _restoreStateStatus)
617{

Callers 11

rehashComparatorMethod · 0.45
getValueForColumnMethod · 0.45
getMidiTypeFromModulatorFunction · 0.45
gatherSnapshotDataMethod · 0.45
modifyReferenceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected