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

Method PdNodeInternal

src/extended/PdNode.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25{
26public:
27 PdNodeInternal(float sampleRate)
28 : AudioProcessor(sampleRate)
29 , numChannels(2)
30 , pdBuffSize(128)
31 {
32 }
33
34 virtual ~PdNodeInternal()
35 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected