-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Studio Clock View #42
Comments
This is great. I will leave the issue open until I get some time to go around it. |
Hi @xztraz, few questions on the implementation OnAir
Countdown
|
I left that a bit open since i'm not sure what you want for it too. We usually start streaming from vmix and reading the status from that would be awesome but that probably forces integration to be program specific. so next best thing. a button(for manual control) and possibility to trigger from events. The ON AIR event overrides everything so that approach is hard. |
From the people involved in the project, none of us have relationship directly to broadcast, so your input is valuable here. I will create an interface button to toggle enable / disable for now, and add an integration later with OSC and HTTP as these APIs are already in place See the notes in the other posts about events with no duration. |
toggle button will do! :) |
Countdown
I just don't want to miss the next thing we need to prepare for in the studio. make the text show whats next and the countdown count down to end time of current event. since we don't plan with gaps it will be correct. and if you plan with gaps you still get an indication of how long before gap.
if something drags out in time(overdue) the indicator should start counting positive numbers instead. possibly with a color change of countdown(up). |
Implemented with #60. The toggle button for onAir is implemented in the Message Control pane. It can also be toggled externally using OSC or HTTP, I have updated the docs to reflect Either way feature is up. I am happy to revisit the design |
i think i found one more thing. I left ontime running overnight and this morning the clock had stopped at the end time of the last event. clock should always be running. Edit: i've not seen that again soo sems fixed but i'll keep an eye out. left it running for 2 days now roll mode and clock works fine |
Fixed with #64 |
can the colon between HH and MM be shorter between instead of HH : MM -> HH:MM ? also the font on the right. don't need to be lcd but it should tie to the clock part somehow if changed. easy redability but still a bit oldschool. |
There is no space in between HH : MM, I guess the spacing comes from the monospaced font. |
~~ Roll mode event ahead one second - Bug ~~ one "little" thing. if a set events like i think the event countdown is one sec ahead. edit. same goes for other screens. they count down one second ahead to next event. This should be a separate bug 1_.mp42_.mp4 |
|
rc5 Fixed in rc5 v2 |
|
list Scroll works really nice! exactly as intended. nice work! |
|
|
lcdef is an .otf font that might be easier to work with? its good looking but not monospaced either. |
it doesnt seem to support special characters also? am I wrong? |
I have extracted the special characters into a new issue #97 Good to tidy up |
Would be great with a studio clock view for studio/ob work. Did a mockup of a possible page layout.
1 Clock with led-ring
2 Next countdown and name under time
3 events on the side with led dots and colored text
4 on air (possibly connected to an event or streaming software stream status? this might be overkill :)
The text was updated successfully, but these errors were encountered: