Hierarchy

  • OSCMessageCommandContent

Properties

from?: SomeOSCValue[]
path: string
transition?: {
    direction: "In" | "Out" | "InOut" | "None";
    duration: number;
    type: OSCEasingType;
}

Type declaration

  • direction: "In" | "Out" | "InOut" | "None"
  • duration: number
  • type: OSCEasingType
type: OSC
values: SomeOSCValue[]

Generated using TypeDoc