Any message convery method in juce to satisfy my app?

Hi, jules
How are you?
does juce provide some way to send messages to other functions quickly?
I want to use method in AudioDeviceIOCallback(). when some condition meets, send some message to invoke other functions. Like action script, and other functions listen to it, and get invoked.

Thank!
Leon

Hi,
You can use ActionListener or ChangeListener.

  1. ActionListener -> you can pass strings
  2. ChangeListener -> you can pass objects.

The choice is yours. :slight_smile:

Hi, jules
thanks!

My name is vishvesh and not jules. :evil:

hi,vishvesh

Thanks!

Cheers!
leon

I had said that in jest. :slight_smile: . It’s a pleasure.