MCPcopy Create free account
hub / github.com/DBraun/DawDreamer / getParamWithPath

Method getParamWithPath

Source/FaustProcessor.cpp:795–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793}
794
795float FaustProcessor::getParamWithPath(const std::string& n) {
796 COMPILE_FAUST
797 if (!m_ui) return 0; // todo: better handling
798
799 return this->getAutomationAtZero(n);
800}
801
802std::string FaustProcessor::code() { return m_code; }
803

Callers

nothing calls this directly

Calls 1

getAutomationAtZeroMethod · 0.80

Tested by

no test coverage detected