-
Notifications
You must be signed in to change notification settings - Fork 18
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
Req: Save tally input selection based on saved VMIX preset. #2
Comments
I'm not sure what the problem is you're having. If the tally input number is configurable via a web interface, wouldn't that cover your issue? Or do you want to save the tally number in conjunction with the preset name? |
I would like to save the tally number in conjunction to the preset name. We use multiple setups depending on the event, I'd like to just distribute the tally lights without having to configure each time. |
I will focus on configuration via a web browser first. When that's done, I might consider this feature. |
Since I've added quite a lot of new features, is this still something you'd like? I don't really see a straightforward solution to implement this, since the tally doesn't know anything about the preset that is loaded in vMix. Maybe use the 'on the fly tally number' feature to quickly change the tally input number on the stick. |
That could definitely work. However, another idea is to allow us to save our own preset on the m5stickc. So instead of having to remember which inputs to assign, we just load our saved preset through the web interface. Again, I have to say thank you for this project. You’ve done a great job and we have deployed multiple units for our setup and has been working with great success. |
Okay, the use case is clear now. The only problem is that I'd have to save all the presets to the EEPROM, and that doesn't have a lot of storage. How many presets would you like to be able to choose from? You're very welcome. The goal was to make something to use in my church, but the project got a lot more mature in a short time. I'm glad it's working good for other people as well 😄 |
I would say 3, but 5 would be even better. We use it for services as well. But we also use it for bible studies, virtual choir rehearsals, and meetings. |
Still thinking about implementing something like this. To save space on the memory of the stick, would you be satisfied with an import/export feature? Do you think that that might solve your problem? |
Not sure if this is possible, but it would be beneficial to have the tally light save settings for multiple presets. A camera may be input 3 for one vmix preset but input 4 for another. I'd assume that if this were to be implemented it would be part of the web interface for the tally light.
The text was updated successfully, but these errors were encountered: