MapMap OSC Interface
====================

API Reference
-------------

/mapmap/paint/media/load
~~~~~~~~~~~~
Change a media URI::
  
  /mapmap/paint/media/load ,is <paintId> <path>

paintID: A number. Usually 0, or 1 or 2... depending on how many paints you have in your project.
path: Path to a file.

Examples
--------

Change a media path::
  
  osc-send osc.udp://localhost:12345 /mapmap/paint/media/load ,is 0 ~/Videos/clips_finaux_ok/lys_flou_net.mov

See also
--------

You might consider using:

* The txosc library for python. It contains osc-send
* The oscsend utility
* The liblo C library

