wave-roll
Version:
JavaScript Library for Comparative MIDI Piano-Roll Visualization
12 lines • 385 B
TypeScript
export interface ModeFlags {
useGrayGlobal: boolean;
isExclusiveGlobal: boolean;
isIntersectionOwn: boolean;
isTpOnly: boolean;
isFpOnly: boolean;
isFnOnly: boolean;
isOnlyMode: boolean;
aggregationMode: "pair" | "or";
}
export declare function parseModeFlags(highlightMode: string, estCount: number): ModeFlags;
//# sourceMappingURL=mode-flags.d.ts.map