-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add live mode to control features (#155 issue) #157
base: develop
Are you sure you want to change the base?
Conversation
🤔 I think that what we should aim for is a session property (which is saved in the show-file, not globally, see
This can be more verbose, but you have more fine control on what to do when changing mode. |
Well, I don't really think that this should be a per session setting, but an easy-to-change button in the interface. Refering to the QLC behaviour again: Live mode is just one click ago :-) |
Extremely sorry for my absence ! |
Yes, I've actually reacted to the presence of the |
I talk with somebody about that, and they told me it was not so disturbing. To switch from one to another, "it's just a simple click".
Are you saying that the method |
Well, yeah. I'd say it's not a good idea to save the mode, as I'd expect a workflow with "live modes" as something like "Open > Edit > Preview > Live" or "Open > Live" if I already prepared everything. |
I finally clear some useless function and add "preparation mode". |
Here is a solution for the issue #155 .
I decided to catch events and disconnect them if the live mode is active (all events are disconnect by default but we can configure that).
But I had two main problems :