Daniel Fernandes
Daniel Fernandes
That worked really nicely. 
I'm a bit unsure about using `WKey::paintEvent`, because I had to manually draw the text with it, so the font rendered now is not precisely the same as before (for...
The `QStyleOption` method worked well!   Using separate widgets was indeed what I was trying first, but I could not figure out how to go about it so I...
The PR is ready for a final review!
Thanks for the suggestion, it does look nicer: 
> @danferns Are you still around and want to finish this? Absolutely! > Looks like this refactoring isn't strictly required for the new Key widget feature, right? Yep, the refactor...
I found that reverting the refactor alone makes `m_key` and `m_diff_cents` go momentarily out of sync again. (It appears as a UI glitch when we're near +/- 50 cents) I've...
Done, finally! :smile:
Hey Brian, thank you very much for your helpful advice. I've made a [gist](https://gist.github.com/danferns/c271644f7be32ff3b221e016a35fb691) with the progress so far. Initially, I had tried the metrogram transform directly on the fourier...
Hey Brian! Using subharmonic values in k did end up working! [Here is the new gist](https://gist.github.com/danferns/c271644f7be32ff3b221e016a35fb691). We made a very simple metronome beat that moves from 4/4 to 3/4 then...