Updated Open Sound Control API (markdown)

BHBN
2023-01-27 17:09:23 +01:00
parent e0a13f4869
commit 9f2f0221db

@@ -245,8 +245,9 @@ The target `session` allows accessing the session in __vimix__.
**`open` : Trigger the loading of a `.mix` session file**
> _Mandatory argument_ : the filename to open, with absolute file path.
> Example; send `/vimix/session/load s /home/username/mysession.mix` to open the session file.
> Example; send `/vimix/session/open s /home/username/mysession.mix` to open the session file.
> _Optional argument_ : duration, in seconds, of the loading transition.
> Example; send `/vimix/session/open sf /home/username/mysession.mix 3.5` to start a transition of 3.5s to this session file.
**`close` : Trigger the closing of the current session**