You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(address.endsWith('children')){varreplyData=JSON.parse(args[0].value);// decode the JSON reply from QlabvartoReturn=replyData.data;// get the cue display name from within the JSONconsole.log(toReturn[0]);varcueList=[]for(letiintoReturn){cueList.push(toReturn[i].name)}receive(nameAddress,cueList.join('\r\n'));}
Possibly, display a list of cue names but keep a list of IDs in the menu. Then, if possible, find a way to highlight the current cue?
The text was updated successfully, but these errors were encountered:
onRefresh:
interpretIncoming:
Possibly, display a list of cue names but keep a list of IDs in the menu. Then, if possible, find a way to highlight the current cue?
The text was updated successfully, but these errors were encountered: