| 237 | } |
| 238 | |
| 239 | std::shared_ptr<AudioParam> PeakCompNode::attack() const |
| 240 | { |
| 241 | return internalNode->m_attack; |
| 242 | } |
| 243 | |
| 244 | std::shared_ptr<AudioParam> PeakCompNode::release() const |
| 245 | { |
nothing calls this directly
no outgoing calls
no test coverage detected