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

Method ClipNodeInternal

src/extended/ClipNode.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45{
46public:
47 ClipNodeInternal(ClipNode * owner)
48 : AudioProcessor()
49 , _owner(owner)
50 {
51 }
52
53 virtual ~ClipNodeInternal() {}
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected