frmatthew / exsurge

A JavaScript library for rendering Gregorian Chant in square note notation
MIT License
54 stars 13 forks source link

src attribute for chant-visual element #33

Closed bbloomf closed 8 years ago

bbloomf commented 8 years ago

Allow GABC to be defined in another file and loaded via an HTTP GET request

frmatthew commented 8 years ago

It's a good idea but I first need to give more thought and planning to how custom elements fit into the overall library. Eventually I want exsurge to be usable both on the client and the server side, so I'm actually thinking about refactoring out the custom element functionality completely so that exsurge is just the rendering library, and another ui library exists that would have the custom element support (including this possibility of loading gabc files directly)

bbloomf commented 8 years ago

Sure, that sounds like a fine idea. I hadn't really been thinking about it as a server side library, but it sounds like a good idea.