MCPcopy Create free account
hub / github.com/LabSound/LabSound / ADSRNodeImpl

Method ADSRNodeImpl

src/extended/ADSRNode.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 std:: deque<LerpTarget> _lerp;
45
46 ADSRNodeImpl() : AudioProcessor()
47 {
48 envelope.reserve(AudioNode::ProcessingSizeInFrames * 4);
49 }
50
51 virtual ~ADSRNodeImpl() {}
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected