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

Method AudioNodeInput

src/core/AudioNodeInput.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22{
23
24AudioNodeInput::AudioNodeInput(AudioNode * node, int processingSizeInFrames)
25 : AudioSummingJunction()
26 , m_destinationNode(node)
27{
28 // Set to mono by default.
29 m_internalSummingBus = std::unique_ptr<AudioBus>(new AudioBus(Channels::Mono, processingSizeInFrames));
30}
31
32AudioNodeInput::~AudioNodeInput()
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected