##############################
dependencies

python >= 2.3
pd (tested with 0.36 / 0.37)


##############################
quickstart

1. start pd and open pd-patches/bridge.pd and pd-patches/example.pd
2. start co2: "python co2.py" (don't forget to edit the config file)
3. in example.pd, click the message boxes etc connected to the send objects
   received messages are displayed on the pd-console (FROM_CO2 ...)

##############################
details

it is necessary to start pd prior to starting co2, because one of the
first things the plugin does is connect to the address where pd is
supposed to listen. if that succeeds it tells pd to which address to
connect back. these addresses are specified in bridge_config.py.
so, after co2 with the pd plugin loaded is up the toggles connected to
the right outlets of netsend and netreceive should be on.

it is not necessary to restart pd after a co2 restart (if co2 exited
cleanly, that is). connection initialization should work as described
above when co2 comes up again. you can also safely send the 'disconnect'
message to the netsend object and reconnect by clicking the connect
message box (which is empty initially, and set by the plugin when it
connects to pd).

data
TODO...
