MCPcopy Create free account
hub / github.com/GuitarML/NeuralPi / timerCallback

Method timerCallback

Source/PluginEditor.cpp:1040–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1038}
1039
1040void NeuralPiAudioProcessorEditor::timerCallback()
1041{
1042 getGainSlider().setValue(getParameterValue(gainName), NotificationType::dontSendNotification);
1043 getMasterSlider().setValue(getParameterValue(masterName), NotificationType::dontSendNotification);
1044 getBassSlider().setValue(getParameterValue(bassName), NotificationType::dontSendNotification);
1045 getMidSlider().setValue(getParameterValue(midName), NotificationType::dontSendNotification);
1046 getTrebleSlider().setValue(getParameterValue(trebleName), NotificationType::dontSendNotification);
1047 getPresenceSlider().setValue(getParameterValue(presenceName), NotificationType::dontSendNotification);
1048 getDelaySlider().setValue(getParameterValue(delayName), NotificationType::dontSendNotification);
1049 getReverbSlider().setValue(getParameterValue(reverbName), NotificationType::dontSendNotification);
1050 getModelSlider().setValue(getParameterValue(modelName), NotificationType::dontSendNotification);
1051 getIrSlider().setValue(getParameterValue(irName), NotificationType::dontSendNotification);
1052}
1053
1054AudioProcessorParameter* NeuralPiAudioProcessorEditor::getParameter(const String& paramId)
1055{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected