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

Add mode for vertical bar to scroll rather than music #3

Closed
aspiers opened this issue Nov 20, 2012 · 3 comments
Closed

Add mode for vertical bar to scroll rather than music #3

aspiers opened this issue Nov 20, 2012 · 3 comments
Assignees

Comments

@aspiers
Copy link
Owner

aspiers commented Nov 20, 2012

Rather than having the staff horizontally scrolling left past a fixed vertical bar, there should also be the option of having the staff stay still and the vertical line scrolling right. When it reaches the far right of the screen, the staff would refresh to show the next few measures of music.

Some thought would be needed to ensure this happens in a visually intuitive manner e.g. the refresh should perhaps happen just before the line reaches the right hand edge, since humans always read slightly ahead. Also it might make sense to align measure breaks with the left and right-hand edges of the video, although that could pose other problems.

@aspiers
Copy link
Owner Author

aspiers commented Jan 7, 2013

After further thought, I'm not sure how useful this would be. I guess the main advantage is preventing that sea-sickness kind of effect where the music appears to scroll in the opposite direction at the end of a video you've been staring at for 5 minutes.

@aspiers
Copy link
Owner Author

aspiers commented Jan 27, 2013

Actually the constant changes in pixel scrolling speed due to different length notes and changing tempos makes this more worthwhile than I thought. Moving to 0.3.

@aspiers aspiers closed this as completed Jan 27, 2013
@aspiers aspiers reopened this Jan 27, 2013
@ghost ghost assigned aspiers Jan 27, 2013
aspiers added a commit that referenced this issue Jan 28, 2013
Now the cursor scrolls from left to right by default whilst the
notation stays still, and when it hits the right margin, the
notation refreshes and the cursor starts at the left again.
The margins are configurable via --cursor-margins.

The old behaviour where the cursor was always dead centre and
the notation scrolled from left to right can still be obtained
via the --scroll-notes option.

#3
@aspiers
Copy link
Owner Author

aspiers commented Jan 28, 2013

Fixed!

@aspiers aspiers closed this as completed Jan 28, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant