Daniel Fernandes

Results 41 comments of Daniel Fernandes

That worked really nicely. ![key](https://github.com/user-attachments/assets/4da84656-0a26-424c-bc0b-d057673b0d6d)

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! ![image](https://github.com/user-attachments/assets/7680f574-9c4e-475b-beed-54f3ea4efe67) ![image](https://github.com/user-attachments/assets/fa9c8068-dcd2-4303-8a8d-9ab87d4f79f2) 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: ![image](https://github.com/user-attachments/assets/a5acbac2-2ae6-4b02-9e74-a785bd9d1fa9)

> @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...

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...