meenie / band.js

Band.js - Music composer interface for the Web Audio API.
Other
1.18k stars 93 forks source link

Feature Request: Import/Convert NSF files #15

Closed leogdion closed 10 years ago

leogdion commented 10 years ago

The ability to play nsf is there in js: http://onakasuita.org/jsgme/ http://debian.as/~nano/gme/

meenie commented 10 years ago

This is pretty damn cool. I will look into this!

leogdion commented 10 years ago

I am working on javascript library to do this. You can see it here: https://github.com/leogdion/gmemujs It is a work in progress.

meenie commented 10 years ago

@leogdion - how are you going with this?

meenie commented 10 years ago

For the same reason I'm not going to add the ability to import Midi files, this sort of thing has already been done in other libraries. Band.js is for composing songs in JavaScript, not importing them :).