Page 1 of 4

Automatic carousel for Audio Menu and Subtitles!!!

Posted: Mon Jan 15, 2024 2:44 am
by DJBrunoLima
Alexey, how are you?

Is it possible to add an automatic carousel to BDS, the same as the one implemented for the "Scenes" Menu for the "Audios" and "Subtitles" Menus?

Below is a video of an example carousel audio menu.
Thank you in advance!

https://drive.google.com/file/d/1lovUQs ... sp=sharing

Re: Automatic carousel for Audio Menu and Subtitles!!!

Posted: Mon Jan 15, 2024 6:41 am
by Alexey Kolesnikov
Well... There is "Generate carousel" in the right click menu that you can see if you right click on any menu or popup in the Project tree. It generates something similar.

Re: Automatic carousel for Audio Menu and Subtitles!!!

Posted: Mon Jan 15, 2024 3:33 pm
by DJBrunoLima
Alexey Kolesnikov wrote:
Mon Jan 15, 2024 6:41 am
Well... There is "Generate carousel" in the right click menu that you can see if you right click on any menu or popup in the Project tree. It generates something similar.
So there you have it, I've already done that, but the current marker disappears when I'm on the last button and I'll return to the first one or vice versa when I return to the last one if I leave it activated with current and it disappears, in the video I sent you This doesn't happen on the official Warner menu, I don't know how to get around it.

Re: Automatic carousel for Audio Menu and Subtitles!!!

Posted: Sat Jan 20, 2024 4:39 pm
by Alexey Kolesnikov
Could you please send me your project? Please use File -> Save complete project as...

Re: Automatic carousel for Audio Menu and Subtitles!!!

Posted: Sat Jan 20, 2024 10:42 pm
by DJBrunoLima
Alexey, I'm creating this type of menu separately from a complete project, and then using the "Merge" option in BDS.
Follow the link to the audio menu project!

https://drive.google.com/file/d/1T6sXHz ... sp=sharing

Re: Automatic carousel for Audio Menu and Subtitles!!!

Posted: Sat Jan 20, 2024 10:43 pm
by DJBrunoLima
Alexey Kolesnikov wrote:
Sat Jan 20, 2024 4:39 pm
Could you please send me your project? Please use File -> Save complete project as...
Alexey, I'm creating this type of menu separately from a complete project, and then using the "Merge" option in BDS.
Follow the link to the audio menu project!

https://drive.google.com/file/d/1T6sXHz ... sp=sharing

Re: Automatic carousel for Audio Menu and Subtitles!!!

Posted: Sun Jan 21, 2024 7:46 am
by Alexey Kolesnikov
The problem when you press "right" in the "Menu Audio AudioEng":
- it navigates to the "Menu Audio AudioPor" with enter animation #2
- in this animation you are using "AudioEng 1" for the English audio and its highlight is set to audio 6, not 1 (but English audio track is #1)

There are 2 ways to change this:
1) Use a static circle and move it to the required position manually before each animation (you can have similar issue in all menus, so possibly you will need to do it on every page).
2) Use GPR highlighting for such buttons (available in the latest beta).

Re: Automatic carousel for Audio Menu and Subtitles!!!

Posted: Mon Jan 22, 2024 12:05 am
by DJBrunoLima
Alexey Kolesnikov wrote:
Sun Jan 21, 2024 7:46 am
The problem when you press "right" in the "Menu Audio AudioEng":
- it navigates to the "Menu Audio AudioPor" with enter animation #2
- in this animation you are using "AudioEng 1" for the English audio and its highlight is set to audio 6, not 1 (but English audio track is #1)

There are 2 ways to change this:
1) Use a static circle and move it to the required position manually before each animation (you can have similar issue in all menus, so possibly you will need to do it on every page).
2) Use GPR highlighting for such buttons (available in the latest beta).
Alexey, would you have any example of what I could do using GPR with the newest Beta version?
What command would I have to do?

Re: Automatic carousel for Audio Menu and Subtitles!!!

Posted: Mon Jan 22, 2024 6:40 am
by Alexey Kolesnikov
The latest beta has GPR1..GPR5 in its highlight list (highlight section of the button properties).
So, for the duplicated buttons (with suffix " 1"), instead of assigning not existed audio track numbers (6, 7, 8) you should use the same values as it was (3, 4, 5 for the "Menu Audio AudioEng"), but instead of Audio select GPR1 for "Highlight if...".
Now, after each "Set audio" commands in these menus you should add a script: manager.setGPR(1, manager.getAudioID('Filme'));
(convert to multi action and add this script)

Re: Automatic carousel for Audio Menu and Subtitles!!!

Posted: Mon Jan 22, 2024 1:56 pm
by DJBrunoLima
Alexey Kolesnikov wrote:
Mon Jan 22, 2024 6:40 am
The latest beta has GPR1..GPR5 in its highlight list (highlight section of the button properties).
So, for the duplicated buttons (with suffix " 1"), instead of assigning not existed audio track numbers (6, 7, 8) you should use the same values as it was (3, 4, 5 for the "Menu Audio AudioEng"), but instead of Audio select GPR1 for "Highlight if...".
Now, after each "Set audio" commands in these menus you should add a script: manager.setGPR(1, manager.getAudioID('Filme'));
(convert to multi action and add this script)
Alexey, would that be it or am I doing it wrong?

https://prnt.sc/MaTlHrzGJfV3

This in the log, what does it refer to?

https://prnt.sc/Lb6JQmO08mYD