2.0.2 • Published 6 months ago

@types/euclidean-rhythms v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/euclidean-rhythms

Summary

This package contains type definitions for euclidean-rhythms (https://github.com/mkontogiannis/euclidean-rhythms).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/euclidean-rhythms.

index.d.ts

// Type definitions for euclidean-rhythms 2.0
// Project: https://github.com/mkontogiannis/euclidean-rhythms
// Definitions by: Thomas Stringer <https://github.com/tom-stringer>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * Generate Euclidean rhythm pattern for the given pulses and steps.
 * @param pulses number of pulses to distribute
 * @param steps number of total steps
 */
export function getPattern(pulses: number, steps: number): number[];

export as namespace euclideanRhythms;

Additional Details

  • Last updated: Mon, 18 Apr 2022 23:03:04 GMT
  • Dependencies: none
  • Global values: euclideanRhythms

Credits

These definitions were written by Thomas Stringer.