====================================================
FAUST OSC Library
----------------------------------------------------
GRAME - Centre national de creation musicale
http://www.grame.fr
research@grame.fr
====================================================
Copyright GRAME (c) 2011 - 2019

----------------------------------------------------
Version 1.22                          [November. 02 2019]
- correct ‘double’ type management in receive mode

----------------------------------------------------
Version 1.21                           [April. 03 2019]
- new ‘json’ message to get the program JSON description

----------------------------------------------------
Version 1.20                           [Aout. 30 2018]
- new bundle mode, with ‘endBundle’ API and -bundle option
- new ‘getInfos’ API

----------------------------------------------------
Version 1.10                           [Jul. 27 2018]
- new -reuse option supported on command line to share
  a listening port between several applications on the same host
- new -help option supported on command line
- new alias message supported by UI elements to dynamically manage aliases

----------------------------------------------------
Version 1.00                           [Feb. 19 2018]
- update to latest oscpack version 1.1.0

----------------------------------------------------
Version 0.95                           [May 26 2015]
- a new 'get attribute' message is supported by the root node :
'xmitfilter'

----------------------------------------------------
Version 0.94                           [Jul. 16 2014]
- destination address can be set with the first incoming message:
  first received packet from another host sets the destination address 
  to this host (unless this address is not localhost)
- runtime exception catched when opening too much sockets

----------------------------------------------------
Version 0.93                           [Nov. 13 2013]
- 'get' message addressed to root node returns also the xmit, desthost,
  outport and errport attributes values
- 'get attribute' message supported by the root node
  attribute should be one of 'desthost', 'outport', 'errport' or 'xmit'


----------------------------------------------------
Version 0.92                           [Nov. 8 2013]
- new aliases management : support multiple targets 
  for an alias including different mappings
- OSC architecture can now be used as an OSC controler:
  requires the support of the GUI architecture,
  implemented in the QT architecture for the moment.
- command line options changes:
  -dest option is renamed -desthost (more explicit)
  new -xmit 0 | 1 option to activate or deactivate the
  OSC controler capability.
- new messages supported at root level:
  'desthost' hostname : to control the messages destination host
  'outport' portnum : to change the OSC output port number
  'errport' portnum : to change the OSC error port number
  'xmit' [1 | 0] : to activate or deactivate the OSC controler capability.
- 'get' message output change: aliases are now listed as 
  /alias/address inmin inmax /target/address outmin outmax

----------------------------------------------------
Version 0.91                           [Feb 25 2011]
- OSC data input/output support added

----------------------------------------------------
Version 0.90                           [Jan 28 2011]
- first release 
