Updated Open Sound Control API (markdown)

BHBN
2021-12-27 19:14:53 +01:00
parent 607477c425
commit 8613ffa29a

@@ -216,11 +216,11 @@ To add a translation, you should enter an `<osc>` XML node containing 2 nodes: `
</osc>
> 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.
> LittleOSC can only send the pre-defined OSC messages `/1/push1`, `/1/push2`, `/1/push3`, and `/1/push4` when one of its buttons is pressed.
> With the translation below, __vimix__ will show the sources 0 to 3 when pressing a button on LittleOSC.
<?xml version="1.0" encoding="UTF-8"?>
<!--LittleOSC translations-->
<!--LittleOSC translations -->
<osc>
<from>/1/push1</from>
<to>/vimix/0/alpha</to>
@@ -238,7 +238,7 @@ To add a translation, you should enter an `<osc>` XML node containing 2 nodes: `
<to>/vimix/3/alpha</to>
</osc>
> 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.
> 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 5 in __vimix__.
<?xml version="1.0" encoding="UTF-8"?>