Line 458:
Line 458:
|Right||None||SELECT
|Right||None||SELECT
|}
|}
+
+
==CUIA: Callable UI Actions==
+
+
The Zynthian can be controlled remotely using a set of commands called CUIA: Callable UI Actions.
+
+
These actions are available using MIDI messages on the Master Channel (default 16, but configurable with the webconf tool).
+
+
Note-on messages (0x9) are used for this. For instance, to Power Off the zynthian, you send this message:
+
+
0x9F ( Channel 16 Note ON)
+
0x00 ( Note code for POWER_OFF as below )
+
0x00 (Velocity/parameter)
+
+
This is the full list:
+
+
"0": "POWER_OFF",
+
"1": "REBOOT",
+
"2": "RESTART_UI",
+
"3": "RELOAD_MIDI_CONFIG",
+
+
"10": "ALL_NOTES_OFF",
+
"11": "ALL_SOUNDS_OFF",
+
"12": "ALL_OFF",
+
+
"51": "SELECT", D#3/Eb3
+
"52": "SELECT_DOWN", E3
+
"53": "SELECT_UP", F3
+
+
"64": "SWITCH_BACK_SHORT", E4
+
"63": "SWITCH_BACK_BOLD", D#4/Eb4
+
"62": "SWITCH_BACK_LONG", D4
+
+
"65": "SWITCH_SELECT_SHORT", F4
+
"66": "SWITCH_SELECT_BOLD", F#4/Gb4
+
"67": "SWITCH_SELECT_LONG", G4
+
+
"60": "SWITCH_LAYER_SHORT", C4
+
"61": "SWITCH_LAYER_BOLD", C#4/Db4
+
"59": "SWITCH_LAYER_LONG", B4
+
+
"71": "SWITCH_SNAPSHOT_SHORT", B5
+
"72": "SWITCH_SNAPSHOT_BOLD", C5
+
"73": "SWITCH_SNAPSHOT_LONG" C#5/Db5
+
+
[[File:2Oct_Keyboard_CUIA.png|600px|Keyboard]]