diff --git a/Open-Sound-Control-API.md b/Open-Sound-Control-API.md index 58075e3..55eb3b8 100644 --- a/Open-Sound-Control-API.md +++ b/Open-Sound-Control-API.md @@ -215,15 +215,11 @@ To add a translation, you should enter an `` XML node containing 2 nodes: ` [ translation ] -> Example: Download and install LittleOSC ([Android](https://play.google.com/store/apps/details?id=net.aikelab.littleosc), [iOS](https://apps.apple.com/be/app/littleosc/id1073616352) ). Run it and set the IP Address and Port to target vimix host. +> Example 1: Download and install LittleOSC ([Android](https://play.google.com/store/apps/details?id=net.aikelab.littleosc)). Run it and set the IP Address and Port to target vimix host. > LittleOSC can only send the pre-defined OSC messages `/1/push1`, `/1/push2`, `/1/push3`, and `/1/push4` when one of its button is pressed. > With the translation below, vimix will show/hide the sources 0 to 3 when pressing a button on LittleOSC. - /1/push1 /vimix/0/alpha @@ -241,6 +237,27 @@ To add a translation, you should enter an `` XML node containing 2 nodes: ` /vimix/3/alpha +> Example 2: Download and install [MIEM Play](https://miem.laras.be/controller/) ([Android](https://play.google.com/store/apps/details?id=com.gwendallv.miemcontroller), [iOS](https://apps.apple.com/fr/app/miem-play/id1451086567)). Run it and set the IP Address and Port to target __vimix__ host. +> Using the default session configuration of the app, the following translations will allow controlling source 0 to 3 in __vimix__. + + + + /miem/1 + /vimix/0/alpha + + + /miem/2 + /vimix/1/alpha + + + /miem/3 + /vimix/2/alpha + + + /miem/4 + /vimix/3/alpha + + ***