MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / UpdateReshuffledDryWetSliders

Method UpdateReshuffledDryWetSliders

Source/EffectChain.cpp:460–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460void EffectChain::UpdateReshuffledDryWetSliders()
461{
462 for (size_t i = 0; i < mEffectControls.size(); ++i)
463 {
464 mEffectControls[i].mDryWetSlider->SetName(("mix" + ofToString(i)).c_str());
465 mEffectControls[i].mDryWetSlider->SetVar(&mDryWetLevels[i]);
466 }
467}
468
469void EffectChain::ButtonClicked(ClickButton* button, double time)
470{

Callers

nothing calls this directly

Calls 4

ofToStringFunction · 0.85
sizeMethod · 0.80
SetNameMethod · 0.45
SetVarMethod · 0.45

Tested by

no test coverage detected