You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
246 B

export const OSC_ADDRESS={
PLAYCUE: '/playcue',
STOPCUE: '/stopcue',
CLIENT_STATUS: '/client',
CLIENT_INPUT: '/client_input',
SCS_STOP_ALL:'/ctrl/stop_all',
SCS_FADE_ALL:'/ctrl/fade_all',
SCS_GO_CUE:'/cue/go',
}