MCPcopy Create free account
hub / github.com/audacity/audacity / callSetParameter

Method callSetParameter

libraries/lib-vst/VSTWrapper.cpp:704–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704void VSTWrapper::callSetParameter(int index, float value) const
705{
706 if (mVstVersion == 0 || constCallDispatcher(effCanBeAutomated, 0, index, NULL, 0.0))
707 {
708 mAEffect->setParameter(mAEffect, index, value);
709 }
710}
711
712void VSTWrapper::callSetProgram(int index)
713{

Callers 1

RealtimeProcessStartMethod · 0.80

Calls 1

setParameterMethod · 0.45

Tested by

no test coverage detected