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

Method ComputeSliders

Source/IDrawableModule.cpp:966–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966void IDrawableModule::ComputeSliders(int samplesIn)
967{
968 //mSliderMutex.lock(); TODO(Ryan) mutex acquisition is slow, how can I do this faster?
969 for (int i = 0; i < mFloatSliders.size(); ++i)
970 mFloatSliders[i]->Compute(samplesIn);
971 //mSliderMutex.unlock();
972}
973
974PatchCableOld IDrawableModule::GetPatchCableOld(IClickable* target)
975{

Callers 5

ValueMethod · 0.80
ProcessMethod · 0.80
DoParameterUpdateMethod · 0.80
DoParameterUpdateMethod · 0.80
ProcessMethod · 0.80

Calls 2

sizeMethod · 0.80
ComputeMethod · 0.80

Tested by

no test coverage detected