Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GSoC '24 - Dynamics Popup - Part 4 #24159

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

kettogg
Copy link
Contributor

@kettogg kettogg commented Aug 22, 2024

This is the fourth part of the main pull request: #23038, which adds the preview of dynamic on hovering.

PR for part 1: #24125
PR for part 2: #24147
PR for part 3: #24152

  • I signed the CLA
  • The title of the PR describes the problem it addresses
  • Each commit's message describes its purpose and effects, and references the issue it resolves
  • If changes are extensive, there is a sequence of easily reviewable commits
  • The code in the PR follows the coding rules
  • There are no unnecessary changes
  • The code compiles and runs on my machine, preferably after each commit individually
  • I created a unit test or vtest to verify the changes I made (if applicable)

@Jojo-Schmitz
Copy link
Contributor

Jojo-Schmitz commented Aug 22, 2024

GSoC '24 - Dynamics Popup - Part 4 vs. This is the third part of the main pull request ?!?

Somehow reminds me of "Hitchhikers' Guide to the Galaxy - a trilogy in four parts" (and its 5th part ;-))

@kettogg
Copy link
Contributor Author

kettogg commented Aug 23, 2024

This is the third part of the main pull request ?!?

Oops! I forgot to edit, thanks for catching it @Jojo-Schmitz (I was a bit sleepy yesterday) 😅

@cbjeukendrup cbjeukendrup added the GSoC PRs created by GSoC participants during coding period label Aug 26, 2024
@avvvvve
Copy link

avvvvve commented Oct 22, 2024

Some UI feedback:

  1. The vertical position of the grey box varies depending on the dynamic you're hovering on. The position for mf, f, ff, and fp are the correct height (just some examples). p through pppppp and mp are too low.
Screen.Recording.2024-10-22.at.7.03.17.PM.mov
  1. If possible, the text entry cursor line should not be shown before the "previewed" dynamic while hovering on a button. We should continue to show it while nothing is being hovered, so that a user can type in a dynamic (another community PR has started to tackle typing in dynamics).

  2. If I focus away from MS Studio while the popup is open, the popup disappears but the editing field stays in place. Ideally, the popup should just stay open or reappear. If we can't do that, we should exit edit mode too

    • If you were editing an existing dynamic, leave edit mode and keep the dynamic selected
    image

Lower priority:
4. This is a change, but instead of making the previewed dynamic grey, let's make it look the same as a hidden dynamic that is selected - that is, a lighter tint of its assigned voice color as pictured below
image

UX note:
Not sure if @mike-spa's work on resizing a hairpin when dragging a snapped dynamic was merged before or after this was worked on, but it's not present in this PR. Once we merge this, we need to test that dragging a dynamic around still works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GSoC PRs created by GSoC participants during coding period
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants