export const MIN_PX_PER_BEAT = 1 / 100;
export const MAX_PX_PER_BEAT = 2048000;
export const CLIP_CORNER_RADIUS = 8;
