| 181 | }; |
| 182 | |
| 183 | inline std::string getClockOptionString(const int clockOption) { |
| 184 | return (clockOption < 0) ? ("x 1/" + std::to_string(-clockOption)) : ("x " + std::to_string(clockOption)); |
| 185 | } |
| 186 | |
| 187 | struct Muxlicer : Module { |
| 188 | enum ParamIds { |
no outgoing calls
no test coverage detected