Line 656:
Line 656:
==Controlling the UI with MIDI messages==
==Controlling the UI with MIDI messages==
−
−
[[File:webconf_midi_options_master_key_actions.png|600px|right]]
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 668:
Line 666:
Please, note that you can use the velocity for sending the first CUIA parameter when it's required by the action (for instance, SELECT or CHAIN_CONTROL).
Please, note that you can use the velocity for sending the first CUIA parameter when it's required by the action (for instance, SELECT or CHAIN_CONTROL).
+
+
[[File:webconf_midi_options_master_key_actions.png|600px|right]]
You can check the map of MIDI-CUIA actions in the webconf tool:
You can check the map of MIDI-CUIA actions in the webconf tool:
Line 674:
Line 674:
From there, you can also reconfigure the map to better suit your needs.
From there, you can also reconfigure the map to better suit your needs.
+
+
For a detailed list of available CUIAs, [[Accessing Zynthian from your computer#CUIA:_Callable_User_Interface_Actions|check this section]].
<br clear=all>
<br clear=all>
−
−
For a detailed list of available CUIAs, [[Accessing Zynthian from your computer#CUIA:_Callable_User_Interface_Actions|check this section]].
==Controlling the UI with OSC messages==
==Controlling the UI with OSC messages==
CUIA may be triggered using OSC 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 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]]".