-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
[Request] Background Blinking #674
Comments
Just somer more usecase examples:
|
I agree with all the use cases here – just knowing that a microphone channel is open (or not) with a flashing/blinking button state would be super helpful, and I'd be happy to contribute to a bounty toward implementing this. |
A great way to accomplish this would be a module that supplies instance feedback that is simply a constantly switching Boolean back and fourth. |
This would be awesome! I need this! |
This would really be awesome, from a dev point of view it would be cool if there was a way to specify the frequency of the flashes too. I'd like to add feedback to the X32 module for the tap delay that it gives the user a visual idea of what the delay is like the tap delay on the console actually thinking of coding something in the module which changes the feedback at the specified frequency but that code could get ugly |
Here's how I implemented blinking buttons:
Done - you can adjust all the trigger timings to make your flasher work the way you want it to. |
Thank you. This was exactly the guidance I was looking for. But to go a step further, would it be possible to make it so that button paused its flashing after the button was pressed, then resumed flashing after it hadn't been pressed after a certain amount of time? Like 5 minutes? If this is currently possible, how would you program that? |
Thanks for posting this, i dont understand how Companion has added so many features in the past 12 months, but is silent on this one (blinking buttons) - seems like a pretty critical feature in terms of production surfaces. that said, i do have this work around , working, however im not clear on how you control if the button should be blinking or not-blinking. thanks |
I think I just had an idea how we could implement this request in a flexible and useful way.
So users have control of what element should blink, eg. background color or an image or text. Current checkbox state can be upgraded to normal and inverted behavior. |
I'm not convinced that this should replace the invert checkbox, but having something in that left panel between that and the My reason being that the |
Hi! Hope you're still responding to this thread. I implemented your procedure and it's great! But, how can I make a button blinking conditional? For example, I have a button that mutes a channel on my audio mixer. Right now I use a feedback that is designed to just change the background color if muted. Using your procedure how can I turn that into a blinking button? Thanks! |
@sackboydad I just created a button that will blink whenever i'm injecting too much solar power into the grid and another for when my electric cars battery falls below a certain percentage encouraging me to connect it to the charger. @HaxNobody thanks for this tutorial! |
Thank you. I’m not the best on Companion is there any chance you have the time to show me how to put what you suggested in companion? Thank you very much |
Thank you so much. Even if this doesn't work I have learned a whole lot! I will try it out. True to my word, I won't bug you any more about this, short of letting you know if it worked. |
I don't understand how to set this up. Could you explain? Thanks. I don't find generic blink anywhere. Edit - found it. It's a new Connection. |
@josephdadams |
Describe the feature
The ability to set the background and/or foreground colors to blink between two sets of colors. Bonus if we can configure the speed at which it changes.
Is this platform dependent (windows, mac, ..)?
no
If documentation is required to implement, do you know where to find it?
n/a
Usecases
If you're recording or streaming and want to draw more attention to that fact, you could have the background of the recording button blink between black and red.
Blinking the button for an input that's currently live on a switcher
Drawing attention to something that's in an error state.
etc.
The text was updated successfully, but these errors were encountered: