-
-
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
Linked Button Copy #1061
Comments
+1, I have a couple uses for this.
Obviously changes to a button can be manually copied to other pages, but this requires remembering or checking for all pages that use the button. A reference would allow me to update just the one button and not need to update the other pages. |
A simple workaround that is functionally identical to a button reference...I'm sure this is what the pros are doing already:
|
Almost correct. These actions and feedback were added mainly for this purpose.
Once set up, the 'clone' button can be copied and pasted easily. All clones will 'push' the primary button and mirror the 'look'. Then the primary button is the only one that needs updating if the function changes. |
Some great optimizations in there. It seems that |
|
@istnv feedbacks have always been able to 'change' the text, but very few do it. The recent feedback style change exposes it in a more friendly way, but not in a way that would have changed how this behaves. |
@Julusian A module could change text during a feedback call, and when I added those variables, they did work with feedback text as well. FYI: There is a |
I was using the internal: When button is pushed/latched feedback when I noticed this.
|
@Hossboss I usually set a |
@istnv Im not sure how feedback text ever worked the variable.. Im looking at the code, and it checks the bank, but only considers the feedback for invalidating the colours. |
@Julusian Sorry, I have 3 other projects happening today as well. |
Code to include text updated from a Feedback in variable |
The idea of symlinking the button is interesting. Maybe it would be more interesting if the copy/move/delete buttons could work as I wrote in #2233. |
I've tried using |
+1
|
+1 |
Although this issue is not new and the discussion there is also not new, I just realized that in #2387 I propose a different approach to it but it solves the same problem. |
+1 for linked / synced / mirror button |
It would be great to be able to copy a button to another page, or multiple pages and any changes you make to the original button carry through to the copied buttons - including any formatting, instance commands etc. Also if any other command releases the original button it should release any of the clones as well, however this may be more complicated than it's worth.
Usecases:
Controlling a Lighting Desk or Media server, I like to have the same buttons repeat a few times so no matter what page I am on I can access the cues and commands that I need, this is easily acheived on a lighting console and the same workflow would be a great addition for streamdeck
http://help2.malighting.com/Page/grandMA2/keyword_fix/en/3.9/fix#toc_header_anchor_1
I run a video team in a church where we have morning and evening services and we have the same media pieces just with a different colour scheme so I have set up an AM and PM page - there are elements that are consistent through out so to be able to make that button only once and then link copy it to another page would mean any changes I have to make only need to be made once
The text was updated successfully, but these errors were encountered: