jisike

Results 22 comments of jisike

Hello @moinejf just following up on this. Is there any way to access the objects generated from the parser or just the parser itself?

After searching through the code more I found the get_abcmodel but its not working when I call tosvg. ``` var user = { read_file: function(fn) { return tune2.value; }, errmsg:...

Thanks for getting back to me. Will toABC create an object from an ABC string?

Awesome! I just tried it but it didnt work. Also there was an error on line 875: `user.get_abcmodel = abc_dump` which I commented out. Here's my code ``` var user...

Sorry I think my question should be how can I use this in the browser as opposed to the console.

I double checked it. Yes the abc2svg-1.js is included before toabc.js and after I include my script. However I'm still getting that error.

And what do you mean by convert ABC to ABC? Convert a string to an obj? Or vice versa? or both?

Hello, yes I understand how it works but as I mentioned it's not working with the code I shared. Could you create a code example? Also, one of my questions...

What do you mean by 'driver'? By 'obj' I mean converting ABC notation into a Javascript object/JSON. It's good to know what tsfirst and voice_tb mean. How difficult would it...

i've been using musicxml and xml2abc (https://wim.vree.org/js/xml2abc-js.html) to manipulate it like a DOM using d3.js and translate it into abc. i just needed the music to be in a format...