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

Method CHandler

hi_scripting/scripting/scriptnode/api/TestClasses.cpp:406–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406ScriptNetworkTest::CHandler::CHandler(WorkbenchData::Ptr wb, DspNetwork* n) :
407 ScriptnodeCompileHandlerBase(wb.get(), n)
408{
409 ps.voiceIndex = n->getPolyHandler();
410 ps.numChannels = wb->getTestData().testSourceData.getNumChannels();
411 ps.blockSize = 512;
412 ps.numChannels = 1;
413 ps.sampleRate = 44100.0;
414}
415
416Result ScriptNetworkTest::CHandler::prepareTest(PrepareSpecs ps, const Array<ParameterEvent>& initialParameters)
417{

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
getPolyHandlerMethod · 0.45
getNumChannelsMethod · 0.45

Tested by

no test coverage detected