Kyle Stetz

Results 8 issues of Kyle Stetz

As per @enedrio's idea, it would be cool if one track could be synced to the downbeat of another. What is the name of this function? - `dsync` for "downbeat...

I wanted to get down some notes I had on a possible midi controller API. I would love some feedback! It would be cool to have a `midi` object, instantiated...

enhancement

If you've used lissajous and you have any kind of feedback at all, feel free to post it here.

The [`rt` branch](https://github.com/kylestetz/lissajous/tree/rt) should not be hanging around forever. These tools can probably be woven back into Lissajous if generators can be incorporated.

There is no guiding principle behind the global variables in the lissajous environment. `clock`, `master`, `generateId`, etc. are all hanging out and could potentially be put under the umbrella of...

When effects are shut off their references linger, which would be fine if they were reused, however if they are turned on again new variables are made and the old...

The `(drums)` function can be extended to support a `type` argument, e.g. `(drums 2)`, which controls what set of samples is played. A [precedent around lazy loading each kit](https://github.com/kylestetz/slang/blob/master/classes/Drums.js#L59) was...

enhancement

When iterating over blog posts it would be nice to add a byline with a link to an author. This would require 1. a field for the author e.g. `item.author`,...