Parameter | Description |
---|---|
message | The message to be sent. |
processor | The processor to receive the message. |
MessageStatus Processor.MessageStatus.Handled if this Processor acknowledged and processed the message, Processor.MessageStatus.Unhandled if not or if ignored.
Send a message with a piece of data to be immediately evaluated by the processor's Audio.Processor.Control.OnMessage.
The contents of the message will be passed to the processor by reference, so the processor can modify it.