Control Proxy v1.1: 1. Added optional "patch" field for any type of netReceiver or netSender. This allows you to insert your own custom patch at the sending or receiving point to modify or parse messages. Custom patches should be uniquely named. ------------------------------------------------ Control Proxy v1.2: 1. Console windows now exist as separate windows that can be opened via the dropdown menu in the main Control Proxy window. No other changes. ------------------------------------------------ Control Proxy v1.3: 1. Config file is now in JSON format (see cp_config.json for details) 2. Improved netBridge definitions in config file -now to ignore a receiver field, you can remove the field entirely, or set its property to an empty or null array (i.e. [], [null]) -now if no senders defined for netBridge, console window will not be created, since the bridge serves no function ------------------------------------------------ Control Proxy v1.4: 1. Built with Max6. ------------------------------------------------ Control Proxy v1.4.1: 1. Built with Max6.1.3 2. Removed support for sending/receiving using osc over tcp -updated docs accordingly ------------------------------------------------