UNPKG

timeline-state-resolver-types

Version:
17 lines 694 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OSCValueType = exports.TimelineContentTypeOSC = void 0; var TimelineContentTypeOSC; (function (TimelineContentTypeOSC) { TimelineContentTypeOSC["OSC"] = "osc"; })(TimelineContentTypeOSC = exports.TimelineContentTypeOSC || (exports.TimelineContentTypeOSC = {})); var OSCValueType; (function (OSCValueType) { OSCValueType["INT"] = "i"; OSCValueType["FLOAT"] = "f"; OSCValueType["STRING"] = "s"; OSCValueType["BLOB"] = "b"; OSCValueType["TRUE"] = "T"; OSCValueType["FALSE"] = "F"; })(OSCValueType = exports.OSCValueType || (exports.OSCValueType = {})); //# sourceMappingURL=osc.js.map