PR-808 icon indicating copy to clipboard operation
PR-808 copied to clipboard

Roland TR-808 Drum Machine in PureScript

Results 3 PR-808 issues
Sort by recently updated
recently updated
newest added

Not sure how this is happening since all of the tracks are traversed at the same time when the `beatSource` emits an event

Stylesheets needed for steps, track containers and the UI controls of the drum machine. CSS grid seems like a good fit

Currently when up/down tempo happens playback has to be stopped to dispose of the timeout event source for the old BPM. What should really happen is that the timeout should...