midi-player-demo / src /common /selection /ControlSelection.ts
Yann
test
f23825d
raw
history blame
74 Bytes
export interface ControlSelection {
fromTick: number
toTick: number
}