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

Method getBus

include/LabSound/core/SampledAudioNode.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 // schedule method that takes a source bus as an argument.
68 void setBus(ContextRenderLock&, std::shared_ptr<AudioBus> sourceBus);
69 std::shared_ptr<AudioBus> getBus() const { return m_pendingSourceBus; }
70
71 // loopCount of -1 will loop forever
72 // all the schedule routines will call start(0) if necessary, so that a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected