| 20 | {"vl", "VL ", SettingType::Float}, nullptr }; |
| 21 | |
| 22 | AudioNodeDescriptor * DiodeNode::desc() |
| 23 | { |
| 24 | static AudioNodeDescriptor d {nullptr, s_dSettings}; |
| 25 | return &d; |
| 26 | } |
| 27 | |
| 28 | DiodeNode::DiodeNode(AudioContext & ac) |
| 29 | : WaveShaperNode(ac, *desc()) |
nothing calls this directly
no outgoing calls
no test coverage detected