| 247 | } |
| 248 | |
| 249 | std::shared_ptr<AudioParam> PeakCompNode::makeup() const |
| 250 | { |
| 251 | return internalNode->m_makeup; |
| 252 | } |
| 253 | |
| 254 | std::shared_ptr<AudioParam> PeakCompNode::knee() const |
| 255 | { |
nothing calls this directly
no outgoing calls
no test coverage detected