Commands Scribble Colour - JoueBien/X32-OSC-Workbench GitHub Wiki

Get Scribble Name

We can get the channel color with

/<type>/<id>/config/color

This will respond with

[
  {
    "type":"i",
    "value":<color>
  }
]

Set Scribble Color

We can set the channel color with

/<type>/<id>/config/color
[
  {
    "type":"i",
    "value":<color>
  }
]

Params

  • <type> The location of the scribble strip
/ch/<id>/config/color
/auxin/<id>/config/color
/fxrtn/<id>/config/color
/bus/<id>/config/color
/mtx/<id>/config/color
/main/st/config/color
/main/m/config/color
  • <id> the index of the channel/bus/fx/aux/stereo/mono
01-32: /ch/<id>/config/color
01-08: /auxin/<id>/config/color
01-08: /fxrtn/<id>/config/color
01-16: /bus/<id>/config/color
01-06: /mtx/<id>/config/color
st: /main/st/config/color
m: /main/m/config/color
  • <color> a number representing a color
0: off text off background
1: Red text & Border
2: Green text & Border
3: Yellow text & Border
4: Dark Blue text & Border
5: Purple text & Border
6: Light Blue & Border
7: White text & Border
8: Grey text & No border
9: Black Text & Red background
10: Black Text & Green background
11: Black Text & Yellow background
12: Black Text & Dark Blue background
13: Black Text & Purple background
14: Black Text & Light Blue background
15: Black Text & White background
⚠️ **GitHub.com Fallback** ⚠️