| 44 | std:: deque<LerpTarget> _lerp; |
| 45 | |
| 46 | ADSRNodeImpl() : AudioProcessor() |
| 47 | { |
| 48 | envelope.reserve(AudioNode::ProcessingSizeInFrames * 4); |
| 49 | } |
| 50 | |
| 51 | virtual ~ADSRNodeImpl() {} |
| 52 |
nothing calls this directly
no outgoing calls
no test coverage detected