Matthew James Briggs
Matthew James Briggs
See if anything is actually implementing MeasureNumbering. If not, remove it. The enum is in `ApiCommon.h` ```C++ enum class MeasureNumbering { unspecified, none, measure, system }; ``` It is used...
Create a `Tenths` object, an `Inches` object and a `Millimeters` object. Create the necessary casting functions so that they can easily be changed from one type to another. Also allow...
Revive the tests in `Sourcecode/private/mxtest/api/DocumentManagerTest.cpp` which are comment out by `#if 0`
When Finale writes a MusicXML file, it includes this information: ```xml Finale v26.2.2 for Mac 2020-06-01 ``` We should add a function to `ScoreData` that can infer the supported elements...
Somewhere, probably at the top-level, an Examples directory could be created. In there a sub directory could contain a small main function along with a CMakeLists.txt file. In that CMakeLists.txt...
Respecting #72, `mx` will remain a zero-dependency library that does not require a package manager to build. There is no reason why we can not publish it into package managers...
Per @p-groarke in #53 > Embedding pugixml in your repo like you did will make mx unusable to anyone who links directly with pugixml in their project (duplicate symbols). You...
Sadly, Node.js does not use cmake for native code addons, instead it uses `gyp` and the equivilant of a `CmakeLists.txt` file is `binding.gyp`. Including a `binding.gyp` and testing its validity...
Given a certain file (which is unfortunately contains proprietary data), created by a client's business intelligence systems (i.e. not created by Microsoft Excel)... During `sheet_open`, I ran into serious issues...
Thank you for providing this repo. I think I'm getting close but I have a linker error. Any troubleshooting ideas? ``` [100%] Linking CXX executable ../build.emscripten/client.js "/Users/myusr/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/191.7479.33/CLion.app/Contents/bin/cmake/mac/bin/cmake" -E cmake_link_script...