Hi,
Is this a bug, or is my formatting incorrect? v1.25.6 is the current version I'm using.
I have a switch with this set in the value.
#{{
"^house-laptop": 0,
"Harp": 1,
"^chart-line": 2,
"^drum": 3,
"^map": 4,
"AV": 5,
"^sliders": 6,
"PB": 7,
"OSC{/dorico_connectionStatus_label, ^circle-xmark Dorico ^dorico}": 8
}}
However, look what is being outputted for the final value which includes the OSC Listener.
{
"^house-laptop": 0,
"Harp": 1,
"^chart-line": 2,
"^drum": 3,
"^map": 4,
"AV": 5,
"^sliders": 6,
"PB": 7,
"__VARS.^circle-xmark Dorico ^dorico": 8
}
Cheers,
DMDComposer