| 793 | } |
| 794 | |
| 795 | float 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 | |
| 802 | std::string FaustProcessor::code() { return m_code; } |
| 803 |
nothing calls this directly
no test coverage detected