Bernhard Weichel
Bernhard Weichel
I take this as a confirmation the the approach of using ToAudio to get the player events is ok. You mentioned that you want to change the player events from...
Are you sure that you have chosen an instrument which is available? the 'undefined' in the url indicates that your instrument is not in the list of midi instruments which...
@joaocc did you implement @moinejf's proposal?
Shouldn't he add the abc in a div etc. as well? in the GIST it is plain text somewhere, but has no HTML - Element around it, so it is...
I was away from keyboard for a while and saw this ticket. I think what @jisike asks for is provided by AbcJSON.gen_json Of course it should be possible to implement...
Well JSON vs. YAML is just another serialization format. So if YAML works fine, then JSON also will do. I agree, that serialization is bascically useful to to transfer data....
> That's not true: YAML has references, so that you can rebuild the exact data, including the > pointers, in any language. It solves your two issues and serializes the...
Just to explain the context. I have a bunch of text snippets ( in particular a bunch of requirement spec items), and I want to generate an HTML file which...
I went in to the thing again and found a solution which works for me. As it is not generic I cannot prepare a pull request. But it might be...
This topic tends to get complicated. And a full solution would end up in some css selects and the values of the display property (which is none | block |...