1.1.4 • Published 8 years ago

spiderbite v1.1.4

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

spiderbite

a probabilistic sequencer, intended for web-audio but ostensibly useful for other things

NPM Build Status js-standard-style

what

  • usually a sequencer is all like [X][ ][X][ ] and that plays a sample every other beat
  • but hey, on/off is binary, so that is just [1][0][1][0] if u think about it
  • so why not pass a floating point instead? [1][0][0.5][0] now u skip that second hit half the time
  • this module tries to do this sort of "randomly pick from a thing based on probabilities" at every level of song structure

docs

  • WIP TODO VERY SORRY. the API to this thing is still shifting around
1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago