5,710
edits
Changes
→OSC Messaging
The bullroarer nodes use Open Sound Control to communicate with the host computer. Here is an [http://opensoundcontrol.org/introduction-osc introduction to Open Sound Control], and details of the [http://opensoundcontrol.org/spec-1_0 OSC Specification].
Messages from each node are tagged with the ID of that node. They start with have a base address pattern of ''/br/'' followed by the node's number, 1-21. For the examples below I am using messages from node 1, so they start with the base address of ''/br/1/''.
Control messages from the host computer are sent directly to each node at their IP addresses. Thus, they do not contain any node-specific information in their addressing pattern.