spiderbite

1.1.4 • Public • Published

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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i spiderbite

    Weekly Downloads

    1

    Version

    1.1.4

    License

    MIT

    Last publish

    Collaborators

    • coleww