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

Method gate

src/extended/ADSRNode.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 std::shared_ptr<AudioParam> ADSRNode::gate() const
229 {
230 return adsr_impl->m_gate;
231 }
232
233 void ADSRNode::set(float attack_time, float attack_level,
234 float decay_time, float sustain_time, float sustain_level,

Callers 2

playMethod · 0.80
playMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected