Callbacks to JUCE API on PC and Mac

Hello All,

I’m implementing two functions here,

  1. void exampleAudioProcessorEditor::audioProcessorParameterChanged (AudioProcessor *processor, int parameterIndex, float newValue)

  2. void exampleAudioProcessorEditor::comboBoxChanged(ComboBox* comboBoxThatHasChanged)

I’m looking to understand the callback sequence to these functions on PC and Mac systems, because logic implemented in these functions work fine on PC but not on Mac.

I’m trying to change a combobox selection to other value (than what being selected (ID) now) when certain parameters are changed.

Any help/suggestions are appreciated!
TIA