| 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); |
nothing calls this directly
no test coverage detected