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

Method numberOfChannels

src/core/AudioBasicProcessorNode.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84int AudioBasicProcessorNode::numberOfChannels()
85{
86 return output(0)->numberOfChannels();
87}
88
89double AudioBasicProcessorNode::tailTime(ContextRenderLock & r) const
90{

Callers 1

processMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected