From f6c081d7beaf9e7ad4051c1dfc77b79abb99e9a3 Mon Sep 17 00:00:00 2001 From: BHBN <60393189+brunoherbelin@users.noreply.github.com> Date: Mon, 27 Dec 2021 18:42:31 +0100 Subject: [PATCH] Updated Open Sound Control API (markdown) --- Open-Sound-Control-API.md | 41 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/Open-Sound-Control-API.md b/Open-Sound-Control-API.md index 55eb3b8..48f407c 100644 --- a/Open-Sound-Control-API.md +++ b/Open-Sound-Control-API.md @@ -220,6 +220,7 @@ To add a translation, you should enter an `` XML node containing 2 nodes: ` > With the translation below, vimix will show/hide the sources 0 to 3 when pressing a button on LittleOSC. + /1/push1 /vimix/0/alpha @@ -238,9 +239,11 @@ To add a translation, you should enter an `` XML node containing 2 nodes: ` > 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__. +> Using the default session configuration of the app, the following translations will allow controlling source 0 to 5 in __vimix__. +> NB: the /vimix/info/ignore is handy to avoid logging other messages as error. + /miem/1 /vimix/0/alpha @@ -257,6 +260,42 @@ To add a translation, you should enter an `` XML node containing 2 nodes: ` /miem/4 /vimix/3/alpha + + /miem/5 + /vimix/4/alpha + + + /miem/6 + /vimix/5/alpha + + + /voice + /vimix/info/ignore + + + /voice + /vimix/info/ignore + + + /drums + /vimix/info/ignore + + + /lights + /vimix/info/ignore + + + /reverb + /vimix/info/ignore + + + /synth1 + /vimix/info/ignore + + + /synth2 + /vimix/info/ignore + ***