====== OSC ====== ===== Open Sound Control ===== http://opensoundcontrol.org Open Sound Control (OSC) is a protocol for communication among computers, sound synthesizers, and other multimedia devices that is optimized for modern networking technology. OSC's advantages include interoperability, accuracy, flexibility, and enhanced organization and documentation. Features: * Open-ended, dynamic, URL-style symbolic naming scheme * Symbolic and high-resolution numeric argument data * Pattern matching language to specify multiple recipients of a single message * High resolution time tags * "Bundles" of messages whose effects must occur simultaneously * Query system to dynamically find out the capabilities of an OSC server and get documentation Quelques ressources: * Des petits billets sur des [[http://www.local-guru.net/blog/tag/osc|usages d'OSC par Nikolaus Gradwohl]] * La page [[http://wiki.labomedia.org/index.php/Open_Sound_Control_:_OSC#Blender_Tools:_des_class_python_indispensables|Open Sound Control : OSC]] du Labomedia * [[http://liblo.sourceforge.net/|liblo]] Lightweight OSC implementation. liblo is an implementation of the Open Sound Control protocol for POSIX systems. * apt-get install python3-liblo * Avec en plus pour Blender 2.69 et 2.70 : version compilée 64bits pour Python 3.3 {{:informatique:linux:liblo.cpython-33m.so|}} à mettre dans //blender-2.69/2.69/python/lib/python3.3/lib-dynload//