ToneMatrix: {
initialise_matrix: ($container: HTMLElement) => void;
clear_matrix: () => void;
randomise_matrix: () => void;
bindMatrixButtons: () => void;
} = ...
Type Declaration
initialise_matrix: ($container: HTMLElement) => void
clear_matrix: () => void
randomise_matrix: () => void
Imported functions