Posts: 48
Threads: 10
Joined: Dec 2014
Reputation:
0
Is there a way to use the song length per default in the scroll settings? To me it would actually be best if the scrolling starts like 15 seconds after the song starts (to read from the top to the middle of the page) and reaches the bottom like 15 seconds before the song ends.
I can set this up but it takes me ages - song by song.
Best
Marc
Posts: 14,322
Threads: 302
Joined: Apr 2012
Reputation:
269
Today, 04:08 AM
(This post was last modified: Today, 04:11 AM by Zubersoft.)
When you say "song length" what do you mean by that? You can certainly change the scroll settings, tap the "Set as Default" button and that will be used for all new songs. If you are setting a fixed scroll duration, that would be have to be modified per song though. If you are saying you want MobileSheets to try to match a scrolling "pattern" dependent on the total number of pages, then no, you can't set that up at the moment as that's not supported. You can have scrolling start after 15 seconds, but if you are saying you want that amount of time to change depending on some aspects of the song (number of pages, page heights, etc), then that's not supported. If by "song" you are talking about an audio track, and you are wanting scrolling tied to the audio track playback, then that's not supported either.
Mike
Posts: 48
Threads: 10
Joined: Dec 2014
Reputation:
0
In the song settings there is a field for the duration (don’t know if the translation is 100% correct). It would be perfect to use this field as setting for the scrolling as well. Today I have to maintain the time twice.
Posts: 14,322
Threads: 302
Joined: Apr 2012
Reputation:
269
Sure, I can look into adding an option in the scroll settings to use the song duration instead of having the user enter it on that dialog.
Mike
Posts: 103
Threads: 13
Joined: Nov 2024
Reputation:
-1
YES ! it is a great option. I think, of song length is empty, you could suggest to pick it up from the audio file.
Posts: 48
Threads: 10
Joined: Dec 2014
Reputation:
0
Mike, the 100% solution to me would be to also calculate the waiting time before scrolling starts and reduce scrolling time, assuming that the you always want to keep the line you want to read in the middle of the screen.
Example:
Song has 4 pages and takes 4 minutes.
Start scrolling after 0.5 minutes (then you have reached the middle of page 1)
and scroll for 3 minutes (then you should be in the middle of page 4).
Start time: 0.5*song duration /#pages
Scroll time: (#pages-1)/#pages*song duration