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

Method prepare

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

Source from the content-addressed store, hash-verified

2291{ return forwardToNode; }
2292
2293void DspNetwork::ProjectNodeHolder::prepare(PrepareSpecs ps)
2294{
2295 if(dll != nullptr)
2296 dll->clearError();
2297
2298 n.prepare(ps);
2299
2300 if (dll != nullptr)
2301 {
2302 auto e = dll->getError();
2303
2304 if (!e.isOk())
2305 throw e;
2306 }
2307
2308 n.reset();
2309}
2310
2311bool DspNetwork::ProjectNodeHolder::handleModulation(double& modValue)
2312{

Callers 3

prepareToPlayMethod · 0.45
createFromValueTreeMethod · 0.45
setUseFrozenNodeMethod · 0.45

Calls 7

clearErrorMethod · 0.80
getTempoSyncerMethod · 0.80
getErrorMethod · 0.45
isOkMethod · 0.45
resetMethod · 0.45
setNumChannelsMethod · 0.45
prepareToPlayMethod · 0.45

Tested by

no test coverage detected