James Bean

Results 15 comments of James Bean

Hi @maksutovic, thanks for the kind words! The sole responsibility for this project is to encode/decode MusicXML -> Swift. However, check out [music-notation-core](https://github.com/drumnkyle/music-notation-core) (cc @drumnkyle) for some ongoing work on...

I really like this. I used the other way as it is more immediately intuitive (I personally don't think of rhythmic subdivision values by their power of two). Perhaps for...

Re: dependent types: very interesting project: https://github.com/silt-lang/silt

It might actually make things easier down the line if the power was the actual stored value. See `ProportionTree`, etc. where a bunch of decoding of powers has to take...

The currently solution uses the `String` key. This is problematic for two reasons: with thousands or millions of hits, the creation of strings for the types is quite expensive. Furthermore,...