Allen Marshall
Allen Marshall
Okay. I guess that means ::normalize() should allow the number of ticks to be greater than PPQN if the number of beats is at its maximum possible value. I will...
I have updated my fix so that Beats normalization avoids overflow when possible. The updated code tries to keep _ticks in the range [0, PPQN) (similar to ngeiswei's approach in...
I am interested in working on this. My initial plan is to try building a transaction layer on top of `HashMap`s, then wrap that in an LMDB-like API. I will...
Thanks for the clarification. I have started some preliminary work and was wondering if it would be acceptable to omit the ability to have multiple values for the same key...
I apologize for my prolonged silence on this issue. I did some work on it for around a month after my last post, but after that I was derailed by...