Michael Matuzak
Michael Matuzak
V4
@kavimaluskam We should probably gather up some other breaking changes to put in this.
This moves out the Angular adapter into it's own module. This change also shuffles around the example into it's own dir so that the `Button` component can be used in...
I don't think it makes any sense to have it as an optionalDependency. `npm` will still try to install it, it just won't completely bomb out if it fails. Can...
Get rid of `util.js` and make it so directives use `fs`. The path of the assembler file needs to be set for when we lookup the `chr` file.
there are currently no tests/examples so it's hard to even see if this is working.
get working with midi. making a new module for this.
right now is some filesystem stuff that might break, but otherwise I think it should be good.
The volume envelope or something changes when the song starts looping.
We have `song.done()` and `song.write()`. When `done()` is called we are saying that this song is done and anything that we need to do to finish up constructing the song...