Type Alias OSCMetaArgument

OSCMetaArgument: {
    type: "i" | "f";
    value: number;
} | {
    type: "s";
    value: string;
} | {
    type: "b";
    value: Uint8Array;
}
MMNEPVFCICPMFPCPTTAAATR