mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-15 12:09:24 +02:00
32 lines
604 B
Plaintext
32 lines
604 B
Plaintext
MapMap OSC Interface
|
|
====================
|
|
|
|
API Reference
|
|
-------------
|
|
|
|
/texture/uri
|
|
~~~~~~~~~~~~
|
|
Change a media URI::
|
|
|
|
/texture/uri ,is <paintId> <URI>
|
|
|
|
URI: Path to a file. (WARNING: we will change this API soon.
|
|
paintID: A number. Usually 0, or 1 or 2... depending on how many paints you have in your project.
|
|
|
|
Examples
|
|
--------
|
|
|
|
Change a media URI::
|
|
|
|
osc-send osc.udp://localhost:12345 /texture/uri ,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
|
|
|