Skip to content

Releases: freitagbr/step-sequencer

v0.1.0

30 Apr 05:25
Compare
Choose a tag to compare

Adds a setTempo method that changes the tempo and timeout of the StepSequencer object. This tempo is reflected live, i.e. is the tempo of the stepSequencer will change as it is playing.

Adds a setSequence method that changes the division and sequence of the StepSequencer object. Like setTempo, the values are updated live.

Adds some more unit tests and type checks.