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

Method Internals

src/core/SampledAudioNode.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 struct SampledAudioNode::Internals
63 {
64 explicit Internals(AudioContext& ac_)
65 : greatest_cursor(-1)
66 , ac(ac_.audioContextInterface())
67 {
68 }
69 ~Internals() = default;
70 moodycamel::ConcurrentQueue<Scheduled> incoming;
71 std::vector<Scheduled> scheduled;

Callers

nothing calls this directly

Calls 1

audioContextInterfaceMethod · 0.80

Tested by

no test coverage detected