wave-roll
Version:
JavaScript Library for Comparative MIDI Piano-Roll Visualization
10 lines • 440 B
TypeScript
import { UIComponentDependencies } from "../../types";
/**
* Build a simplified appearance section for solo mode.
* Shows color and onset marker selection for the single MIDI file.
*
* @param deps - The UI component dependencies.
* @returns The root <div> for the solo appearance section.
*/
export declare function createSoloAppearanceSection(deps: UIComponentDependencies): HTMLElement;
//# sourceMappingURL=solo-appearance.d.ts.map