lissajous icon indicating copy to clipboard operation
lissajous copied to clipboard

:musical_note: A tool for programmatic audio performance in the browser using Javascript.

Results 11 lissajous issues
Sort by recently updated
recently updated
newest added

New users in Chrome are likely to encounter the following: ![context.js:7 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the...

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 have been thinking of how to persist songs in lissajous as well as encapsulate the song as an object for sharing and more relevantly for collaborating in real time....

Any plans on adding event hooks to do visual stuff synced to the beat provided by the track object?

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...

I had an idea for a way to make generators work over the network and I couldn't get it out of my head so I wrote some proof of concept...