OSC Documentation

©Patrick‐GillesMaillot 23 WINGOSC–V0.58
ASseenabove,theTagTypeblobcanbeusedtoretrievethedescriptionofWINGparameterswhen
usingthenativecommand‘datadescription’a.k.a.‘dd’;Inanexamplebelow,stillusingtheDAWON
state,wecangetthedatausingthefollowingcommand:
/$ctl/daw/$on,bdd
>W,28B:/$ctl/daw/$on~~~,b~~1bytes:dd~~~
WINGreturnsthefollowingwhichincludesthehashvaluefor/$ctl/daw/$onanditsfulldescription:
W>,60B:/$ctl/daw/$on~~~,b~~35bytes:
df001fdf17c242beefaeab000003246f6e06444157204f4e00400000000000000001de
parse35bytesnode
len:31,parent:df17c242,hash:beefaeab,index:0,flags:0040
name:$onlongname:DAWON,type:<int>[0..1]
Endnode
TheblobTagTypecanbeusedtoretrievethevalueofWINGparameterswhenusingthenative
command‘datarequest’,a.k.a.‘dc’;Inanexamplebelow,stillusingtheDAWONstate,wecanget
thedatausingthefollowingcommand:
>W,20B:/~~~,b~~6bytes:d7beefaeabdc
W>,20B:/~~~,b~~7bytes:d7beefaeab01de
With01indicatingtheDAW[Remotecontrol]buttonisinanONstate.
Detailedinformationonthenative/binaryinterfacetoWINGanddatavaluecodingisprovidedlater
inthisdocument.