Daniel Ringwalt
Daniel Ringwalt
Hi, I've added preprocessor macros to allow DCRoundSwitch to compile with or without ARC. I also converted the DCRoundSwitchDemo project to use ARC.
Hello, Unfortunately there's not a lot of planning that goes into making the tensorflow/protobuf/bazel latest releases each play nicely together. If we get the latest bazel running, we probably still...
Unfortunately the current classifier hasn't worked out well and I'm working on replacing it--we don't have a test picture that gets reasonable results yet. We have a [regression test corpus](https://github.com/tensorflow/moonlight/releases/download/v2018.05.16-data/omr_regression_test_data_20180516.tar.gz),...
Hi Sebastian, Sorry for the late reply! I'm only really planning to do some basic cleanup to this project, but I would welcome any additional features that you want to...
Sorry, I'm not actively developing this any more, and tablature support is out of scope for me. It could be added to the parser, IR, and Stave generation, but it...
If drum glyphs are added to the upstream VexFlow, I could add MusicXML parsing support for them. As far as I know, they are not currently available. If you don't...
I've just added percussion clef support to the MusicXML parser. I think the remaining steps are to add the "x" note glyph and any other custom glyphs, and then I...
The link to the example doesn't work for me, but the bounding box for height is calculated in `Vex.Flow.DocumentFormatter.prototype.getMinMeasureWidth`--it's probably buggy. (Or the bounding box has the correct space above...
Hi, I don't think there is currently a way to change the canvas color and size because the canvas creation and drawing is wrapped up inside DocumentFormatter. It would be...
Hi, sorry for the very late reply. I would recommend updating `Vex.Flow.Backend.MusicXML.prototype.getMeasure` to look for the MusicXML tempo indicator, and then set some tempo property on the Measure object indicating...