MCPcopy Create free account
hub / github.com/christophhart/HISE / process

Method process

hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:520–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520void DspNetwork::process(AudioSampleBuffer& b, HiseEventBuffer* e)
521{
522 ProcessDataDyn d(b.getArrayOfWritePointers(), b.getNumSamples(), b.getNumChannels());
523 d.setEventBuffer(*e);
524
525 process(d);
526}
527
528void DspNetwork::process(ProcessDataDyn& data)
529{

Callers 2

processFrameMethod · 0.45
processTestMethod · 0.45

Calls 10

isInitialisedFunction · 0.85
ScopedTryReadLockClass · 0.85
getRootNodeMethod · 0.80
processFunction · 0.50
getNumSamplesMethod · 0.45
getNumChannelsMethod · 0.45
setEventBufferMethod · 0.45
isActiveMethod · 0.45
isOkMethod · 0.45

Tested by 1

processTestMethod · 0.36