Rank: Advanced Member
Groups: Registered
Joined: 8/5/2017(UTC) Posts: 570 Location: Manitoba Thanks: 118 times Was thanked: 313 time(s) in 178 post(s)
|
Simply create 2 buttons to scroll through the presets in the title.. One button for "Next" and another for "Previous"
Then, to change a preset in a title you would use the command "NextTitlePreset" or PreviousTitlePreset" . If you are using a DataSource then you would use the "DataSourceNextRow" or the "DataSourcePreviousRow" commands.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 2/8/2023(UTC) Posts: 12 Location: Houston
|
Originally Posted by: raugert Simply create 2 buttons to scroll through the presets in the title.. One button for "Next" and another for "Previous"
Then, to change a preset in a title you would use the command "NextTitlePreset" or PreviousTitlePreset" . If you are using a DataSource then you would use the "DataSourceNextRow" or the "DataSourcePreviousRow" commands. Got it. Yeah, I knew that method from reading about it, but I was wondering if I could change it dynamically on the fly live during my stream. Sounds like I can't. No worries. Thanks for the reply.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/27/2023(UTC) Posts: 65 Thanks: 4 times Was thanked: 4 time(s) in 4 post(s)
|
Anything new to look out for anytime soon?....haven't seen any updates lately
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/5/2017(UTC) Posts: 570 Location: Manitoba Thanks: 118 times Was thanked: 313 time(s) in 178 post(s)
|
Originally Posted by: Luis70 Anything new to look out for anytime soon?....haven't seen any updates lately Sorry, I've been busy with renovations this summer. Not much time for coding. Hopefully get back to it soon... cheers, Richard
|
1 user thanked raugert for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/27/2023(UTC) Posts: 65 Thanks: 4 times Was thanked: 4 time(s) in 4 post(s)
|
ok, hope to see some new features soon....especially with the audio sliders.....just make them plain, no background, the way you first had the "T-Bar" ... let me decide what type of scale or background I want
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/30/2020(UTC) Posts: 35 Location: Monza Was thanked: 1 time(s) in 1 post(s)
|
I can't find a solution in managing tally status
If i create a button, and I assign to it an AUDIO device, the tally "light" works fine, no problem But if I create a script, and i turn on/off the same AUDIO device with the script, of course the "light" can't be engaged
Is there a way to "connect" the "tally light" status without connecting the button directly to a device? OR Is there a way to connect the button to a device AND to launch a script? OR any turnaround to manage the button colo/content inside a script (even better)?
Thank you very much
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/27/2023(UTC) Posts: 65 Thanks: 4 times Was thanked: 4 time(s) in 4 post(s)
|
I have the same issue, but in some cases, I ran triggers, and got some results....maybe you should try triggers until a way is discovered ... there is a way, but I can not get it to work on my end
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/30/2020(UTC) Posts: 35 Location: Monza Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: Luis70 I have the same issue, but in some cases, I ran triggers, and got some results....maybe you should try triggers until a way is discovered ... there is a way, but I can not get it to work on my end i will start to take a look... but it is not a real solution in my opinion but thank you of course
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/27/2023(UTC) Posts: 65 Thanks: 4 times Was thanked: 4 time(s) in 4 post(s)
|
Function=SetColor&Input=Test color box.gtzip&Value=#FF0000&SelectedName=Rectangle1.Fill.Color
Function=(Here you will add whatever functions you have)
Function=SetColor&Input=Test color box.gtzip&Value=#00FF00&SelectedName=Rectangle1.Fill.Color
Think I had to create a colour box in GT Titler to get it to work ... I think I see why it did not work for me.....when I get a chance, I will do some tests (#00FF00&SelectedName=Rectangle1.Fill.Color)...I think that should be Rectangle2.fill.color, as there will be 2 colours for your tally....tell if it worked for you
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/30/2020(UTC) Posts: 35 Location: Monza Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: Luis70 Function=SetColor&Input=Test color box.gtzip&Value=#FF0000&SelectedName=Rectangle1.Fill.Color
Function=(Here you will add whatever functions you have)
Function=SetColor&Input=Test color box.gtzip&Value=#00FF00&SelectedName=Rectangle1.Fill.Color
Think I had to create a colour box in GT Titler to get it to work ... I think I see why it did not work for me.....when I get a chance, I will do some tests (#00FF00&SelectedName=Rectangle1.Fill.Color)...I think that should be Rectangle2.fill.color, as there will be 2 colours for your tally....tell if it worked for you
with this approach youll change the color of a rectangle in a TITLE NOT in the PANEL which actually is what i am looking for but, of course, thank you
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/27/2023(UTC) Posts: 65 Thanks: 4 times Was thanked: 4 time(s) in 4 post(s)
|
Let me know if, or how it worked....
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 7/4/2021(UTC) Posts: 314 Thanks: 8 times Was thanked: 43 time(s) in 37 post(s)
|
Originally Posted by: barryondeck Got it. Yeah, I knew that method from reading about it, but I was wondering if I could change it dynamically on the fly live during my stream.
Sounds like I can't. No worries. Thanks for the reply. If you're open to switching to your browser, the Web Controller has a title editor. If you're using the same title input, which it sounds like you are, you can even add a favorite icon to your iPad's home screen to take you directly to the editor for that title.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/27/2023(UTC) Posts: 65 Thanks: 4 times Was thanked: 4 time(s) in 4 post(s)
|
Then your first line in your Script should be : Function=SetColor&Input=ColorPlaceholder.gtzip&Value=#FF0000&SelectedName=Color1.Fill.Color (this will change the button to Red when the script starts)
The last line in your Script would be : Function=SetColor&Input=ColorPlaceholder.gtzip&Value=#00FF00&SelectedName=Color1.Fill.Color (this will change the button to Green when the script ends)
You can change the hex values if you want different colors...
This is the instructions I received, but I could not get it to work correctly
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/27/2023(UTC) Posts: 65 Thanks: 4 times Was thanked: 4 time(s) in 4 post(s)
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/5/2017(UTC) Posts: 570 Location: Manitoba Thanks: 118 times Was thanked: 313 time(s) in 178 post(s)
|
Originally Posted by: Luis70 hey,...any updates yet? Sorry Luis ... nothing yet. Hopefully in the new year.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 10/24/2023(UTC) Posts: 10 Location: Südtirol Thanks: 2 times
|
Hello @roguert, first of all I would like to thank you for the vmix panel builder. I think it's just great tool and I can't understand why Vmix doesn't come with something like this already. I can't imagine doing complex and flexible events without it.
I was pleased to see today that some new shortcuts (e.g. overlays in mix2+) already work out of the box with vmix 28.
Since you might now be thinking of making some adjustments for vmix 28, I wanted to give you a few suggestions for improvements. Perhaps one or two of them will be of interest to you and not too difficult to implement.
1) Copying buttons from a second open instance of the Panel Builder. I know you can attach entire pages, but I host different events with different requirements that are constantly changing, so it would be very practical and efficient if you could open another template in a second instance and then simply copy and paste individual buttons.
2) Test whether inputs in buttons are available via the API + highlighting of errors In complex environments, when taking over functions from other templates or when cleaning up Vmix presets, it often happens that the input of a button no longer matches. A function to check and highlight the missing links would save a lot of time and sources of error.
3) A “nice to have” would also be a drop-down list for the companion buttons. First you select the page and then a list of all possible buttons appears.
4) A small problem that I keep running into is that the Panel Builder window does not open visibly. I help myself by dragging the window onto the screen using the Windows snap function. I could imagine that it is because I use different sized touchscreens on my laptop. In the studio 24“ touch and 48” main and on the road 13“ touch and 27” main.
5) Tally for active title - “SelectTitlePreset”. I think you once mentioned that the API doesn't provide this information. Is that still the case?
One question: Am I allowed to advertise the PanelBuilder in Companion circles? I think that it would often be a flexible option for pure Companion users as well.
Thanks again for all your hard work.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close