ToneMatrix: {
    bindMatrixButtons: (() => void);
    clear_matrix: (() => void);
    initialise_matrix: (($container) => void);
    randomise_matrix: (() => void);
} = ...

Type declaration

  • bindMatrixButtons: (() => void)
      • (): void
      • Returns void

  • clear_matrix: (() => void)
      • (): void
      • Returns void

  • initialise_matrix: (($container) => void)
      • ($container): void
      • Parameters

        • $container: HTMLElement

        Returns void

  • randomise_matrix: (() => void)
      • (): void
      • Returns void