Line 1,670: |
Line 1,670: |
| The Zynthian UI can be controlled remotely using a set of commands called CUIA: Callable UI Actions. These CUIAs are available on several interfaces: Key Bindings, MIDI, OSC, etc. | | The Zynthian UI can be controlled remotely using a set of commands called CUIA: Callable UI Actions. These CUIAs are available on several interfaces: Key Bindings, MIDI, OSC, etc. |
| | | |
− | ==Key Bindings: Controlling the UI with a computer keyboard== | + | ===Key Bindings: Controlling the UI with a computer keyboard=== |
| | | |
| [[File:webconf_key_bindings.png|600px|right]] | | [[File:webconf_key_bindings.png|600px|right]] |
Line 1,697: |
Line 1,697: |
| <br clear=all> | | <br clear=all> |
| | | |
− | ==Controlling the UI with MIDI messages== | + | ===Controlling the UI with MIDI messages=== |
| | | |
| CUIA may be triggered by MIDI messages on the Master Channel (disabled by default, but configurable with the webconf tool), specifically, note-on messages (0x9) are used so you can use a MIDI keyboard for controlling the Zynthian UI. For instance, to Power Off the Zynthian, you send this message: | | CUIA may be triggered by MIDI messages on the Master Channel (disabled by default, but configurable with the webconf tool), specifically, note-on messages (0x9) are used so you can use a MIDI keyboard for controlling the Zynthian UI. For instance, to Power Off the Zynthian, you send this message: |
Line 1,721: |
Line 1,721: |
| <br clear=all> | | <br clear=all> |
| | | |
− | ==Controlling the UI with OSC (Open Sound Control) messages== | + | ===Controlling the UI with OSC (Open Sound Control) messages=== |
| | | |
| CUIA may be triggered using OSC (Open Sound Control protocol) on UDP port 1370, with the path prefix "/cuia", e.g. "/cuia/reboot". Take a look at "[[Accessing_Zynthian_from_your_computer#OSC|Calling CUIA with OSC]]". | | CUIA may be triggered using OSC (Open Sound Control protocol) on UDP port 1370, with the path prefix "/cuia", e.g. "/cuia/reboot". Take a look at "[[Accessing_Zynthian_from_your_computer#OSC|Calling CUIA with OSC]]". |