wave-roll
Version:
JavaScript Library for Comparative MIDI Piano-Roll Visualization
7 lines • 350 B
TypeScript
import { UIComponentDependencies } from "../../types";
/**
* Create a checkbox control for enabling/disabling sustain pedal elongation.
* This affects how MIDI notes are processed when parsing files.
*/
export declare function createPedalElongateGroup(deps: UIComponentDependencies): HTMLElement;
//# sourceMappingURL=pedal-elongate-group.d.ts.map