| 162 | } |
| 163 | |
| 164 | std::shared_ptr<AudioParam> ClipNode::aVal() |
| 165 | { |
| 166 | return internalNode->aVal; |
| 167 | } |
| 168 | std::shared_ptr<AudioParam> ClipNode::bVal() |
| 169 | { |
| 170 | return internalNode->bVal; |
nothing calls this directly
no outgoing calls
no test coverage detected