Interface WorldPianoKeyUpdate

interface WorldPianoKeyUpdate {
    index: number;
    pianoSessionID: string;
    sinceLastKey?: number;
    type: PianoKeyType;
}

Properties

index: number
pianoSessionID: string
sinceLastKey?: number