Interface PlayerSetTempoParams

interface PlayerSetTempoParams {
    playerid: number;
    tempo: number | GlobalIncrementDecrement;
}

Properties

Properties

playerid: number
tempo: number | GlobalIncrementDecrement