artnet-protocol
Version:
Protocol implementation for ArtNet
70 lines • 3.67 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PROTOCOL_MIDI = exports.PROTOCOL_DMX512 = exports.ESTA_EXPERIMENTAL = exports.INDICATOR_NORMAL = exports.INDICATOR_MUTE = exports.INDICATOR_LOCATE = exports.INDICATOR_UNKNOWN = exports.PAPA_UNUSED = exports.PAPA_NETWORK = exports.PAPA_FRONT_PANEL_SET = exports.PAPA_UNKNOWN = exports.DP_VOLATILE = exports.DP_CRITICAL = exports.DP_HIGH = exports.DP_MED = exports.DP_LOW = exports.DP_ALL = exports.OP_DIRECTORY_REPLY = exports.OP_DIRECTORY = exports.OP_TRIGGER = exports.OP_TIME_SYNC = exports.OP_TIME_CODE = exports.OP_MEDIA_CONTROL_REPLY = exports.OP_MEDIA_CONTROL = exports.OP_MEDIA_PATCH = exports.OP_MEDIA = exports.OP_IP_PROG_REPLY = exports.OP_IP_PROG = exports.OP_FILE_FN_REPLY = exports.OP_FILE_FN_MASTER = exports.OP_FILE_TN_MASTER = exports.OP_FIRMWARE_REPLY = exports.OP_FIRMWARE_MASTER = exports.OP_VIDEO_DATA = exports.OP_VIDEO_PALETTE = exports.OP_VIDEO_SETUP = exports.OP_RDM_SUB = exports.OP_RDM = exports.OP_TOD_CONTROL = exports.OP_TOD_DATA = exports.OP_TOD_REQUEST = exports.OP_INPUT = exports.OP_ADDRESS = exports.OP_SYNC = exports.OP_NZS = exports.OP_OUTPUT = exports.OP_COMMAND = exports.OP_DIAG_DATA = exports.OP_POLL_REPLY = exports.OP_POLL = void 0;
exports.FOS_PLAYBACK_FO_SCENE = exports.FOS_ALL_FULL = exports.FOS_ALL_ZERO = exports.FOS_HOLD = exports.STYLE_VISUAL = exports.STYLE_CONFIG = exports.STYLE_BACKUP = exports.STYLE_ROUTE = exports.STYLE_MEDIA = exports.STYLE_CONTROLLER = exports.STYLE_NODE = exports.PROTOCOL_ART_NET = exports.PROTOCOL_ADB_625 = exports.PROTOCOL_COLORTRAN_CMX = exports.PROTOCOL_AVAB = void 0;
exports.OP_POLL = 0x2000;
exports.OP_POLL_REPLY = 0x2100;
exports.OP_DIAG_DATA = 0x2300;
exports.OP_COMMAND = 0x2400;
exports.OP_OUTPUT = 0x5000;
exports.OP_NZS = 0x5100;
exports.OP_SYNC = 0x5200;
exports.OP_ADDRESS = 0x6000;
exports.OP_INPUT = 0x7000;
exports.OP_TOD_REQUEST = 0x8000;
exports.OP_TOD_DATA = 0x8100;
exports.OP_TOD_CONTROL = 0x8200;
exports.OP_RDM = 0x8300;
exports.OP_RDM_SUB = 0x8400;
exports.OP_VIDEO_SETUP = 0xa010;
exports.OP_VIDEO_PALETTE = 0xa020;
exports.OP_VIDEO_DATA = 0xa040;
exports.OP_FIRMWARE_MASTER = 0xf200;
exports.OP_FIRMWARE_REPLY = 0xf300;
exports.OP_FILE_TN_MASTER = 0xf400;
exports.OP_FILE_FN_MASTER = 0xf500;
exports.OP_FILE_FN_REPLY = 0xf600;
exports.OP_IP_PROG = 0xf800;
exports.OP_IP_PROG_REPLY = 0xf900;
exports.OP_MEDIA = 0x9000;
exports.OP_MEDIA_PATCH = 0x9100;
exports.OP_MEDIA_CONTROL = 0x9200;
exports.OP_MEDIA_CONTROL_REPLY = 0x9300;
exports.OP_TIME_CODE = 0x9700;
exports.OP_TIME_SYNC = 0x9800;
exports.OP_TRIGGER = 0x9900;
exports.OP_DIRECTORY = 0x9a00;
exports.OP_DIRECTORY_REPLY = 0x9b00;
exports.DP_ALL = 0x00;
exports.DP_LOW = 0x10;
exports.DP_MED = 0x40;
exports.DP_HIGH = 0x80;
exports.DP_CRITICAL = 0xe0;
exports.DP_VOLATILE = 0xf0;
exports.PAPA_UNKNOWN = 0x00;
exports.PAPA_FRONT_PANEL_SET = 0x01;
exports.PAPA_NETWORK = 0x02;
exports.PAPA_UNUSED = 0x03;
exports.INDICATOR_UNKNOWN = 0x00;
exports.INDICATOR_LOCATE = 0x01;
exports.INDICATOR_MUTE = 0x02;
exports.INDICATOR_NORMAL = 0x03;
exports.ESTA_EXPERIMENTAL = 0x7ff0;
exports.PROTOCOL_DMX512 = 0x00;
exports.PROTOCOL_MIDI = 0x01;
exports.PROTOCOL_AVAB = 0x02;
exports.PROTOCOL_COLORTRAN_CMX = 0x03;
exports.PROTOCOL_ADB_625 = 0x04;
exports.PROTOCOL_ART_NET = 0x05;
exports.STYLE_NODE = 0x00;
exports.STYLE_CONTROLLER = 0x01;
exports.STYLE_MEDIA = 0x02;
exports.STYLE_ROUTE = 0x03;
exports.STYLE_BACKUP = 0x04;
exports.STYLE_CONFIG = 0x05;
exports.STYLE_VISUAL = 0x06;
exports.FOS_HOLD = 0x00;
exports.FOS_ALL_ZERO = 0x01;
exports.FOS_ALL_FULL = 0x02;
exports.FOS_PLAYBACK_FO_SCENE = 0x03;
//# sourceMappingURL=opcodes.js.map