wave-roll
Version:
JavaScript Library for Comparative MIDI Piano-Roll Visualization
7 lines • 338 B
TypeScript
import { UIComponentDependencies } from "../../types";
/**
* Create a slider control for setting the sustain pedal threshold.
* This affects the CC64 value required to activate sustain.
*/
export declare function createPedalThresholdGroup(deps: UIComponentDependencies): HTMLElement;
//# sourceMappingURL=pedal-threshold-group.d.ts.map