| 558 | } |
| 559 | |
| 560 | void ScriptModulationMatrix::sendUpdateMessage(String source, String target, ConnectionEvent eventType) |
| 561 | { |
| 562 | if (!connectionCallback) |
| 563 | return; |
| 564 | |
| 565 | broadcaster.sendMessage(deferRefresh ? dontSendNotification : sendNotificationAsync, source, target, eventType); |
| 566 | } |
| 567 | |
| 568 | void ScriptModulationMatrix::onUpdateMessage(ScriptModulationMatrix& m, const String& source, const String& target, ConnectionEvent eventType) |
| 569 | { |