Kyle Stetz

Results 22 comments of Kyle Stetz

The [tests in the repo](https://github.com/kylestetz/AudioDrop/tree/master/tests) are meant to serve as a demo. I could put together a proper demo site if there is interest...!

Good point: not really! To clarify, are you looking to remove `up`/`down` listeners that you've previously added, or the DOM event listeners as well? If you're in a pinch and...

@hughrawlinson what do you think about the question I am posing? From which direction should the syncing happen?

So, this doesn't cover the _entire_ scope of the problem, but: In order to implement [`track.merge`](https://github.com/kylestetz/lissajous/blob/master/src/track.api.js#L519) the track needs to keep a record of its state at a given time....

To clarify, that all would make it possible to store a performance and play it back. Realtime collaboration is a different problem...

Sounds great, can't wait to check it out!

That's very cool @enedrio! So, just to be clear, you would pass multiple arrays into `beats` representing the beat pattern for each individual track like this: ``` javascript t1 =...

That's great, I totally get it. It's worth noting that commas and semicolons allow you to string together several commands to be run at the same time. What you wrote...

Wow. You are blowing my mind right now. I love it! Let's give this decision its own space for discussion: #14

Hey @enedrio, I like your idea to sync to the downbeat of a track. It should be possible! Deleting samples from a track is a great idea, I will add...