Hello all Juce persons who know more than me (i.e. all of you).
I'm having trouble using the Message / handleMessage system with Juce, and was wondering whether someone would mind writing a beginners tutorial in everyday terms please. From what I gather, the Message system is a bit like a trainline where a message is tagged with a destination and drops off information when it gets there, compared to ChangeBroadcasting where the train simply notifies a station that it has arrived and something needs to be done. Also, I gather that the message itself is a custom made parcel which you make yourself by creating a struct or class that inherits from message, send by a class that inherits from MessageListener (why it's not a MessageBroadcaster eludes me but I'm sure there is a good reason). I've studied the Demo parts where it's used but still can't work it out, I simply want a broadcaster and listener system where I design the message sent.
Thank you for all help, I'm sure some other beginners will find it helpful too!