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

Method getLuaName

Source/Core/CtrlrModulator/CtrlrModulator.h:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 const String getName();
148 bool hasName();
149 const std::string getLuaName() { return (getName().toUTF8().getAddress()); }
150 float getVstValue(const int intValueToUse=-1) const;
151 CtrlrMidiMessage *getMidiMessagePtr(const CtrlrMIDIDeviceType source = inputDevice);
152 void restoreState (const ValueTree &savedState);

Callers

nothing calls this directly

Calls 3

getNameFunction · 0.50
getAddressMethod · 0.45
toUTF8Method · 0.45

Tested by

no test coverage detected