-
Notifications
You must be signed in to change notification settings - Fork 147
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
Can we improve the layering in Quelea and pannel control, and why they are related. #557
Comments
I had brought this up to some degree in #343 |
I think there is a middle ground somewhere here. We don't really need as many layers as with pro-presenter. |
I'm all for this sort of thing in theory, but similar to the point I brought up in #343 it adds a lot of complexity and would need to be thought through quite carefully, with mockups etc. and tested thoroughly before we could roll something like that out. Technically this could also be quite a challenge to implement reliably cross-platform in JavaFX. It may be something we're able to improve on in the future, but realistically it's not likely to be something we're able to dedicate a serious amount of time & resource to any time soon. |
Speaking of which what the current priorities are? |
Biggest priority by far is the issue that's causing no video to be available on Ubuntu with 2022, that needs addressing ASAP and is proving a very annoying one to fix. Beyond that you're correct - the software is reasonably complete and while there's bits and pieces that we'll look to add as they make sense, there's no other critical showstoppers that I'm aware of that we need to be looking at. There are definitely some big pieces on the "wishlist" I'd like to look at if I get time, but time is proving a rare commodity at the moment! |
Could you (or anyone) do a little test checkup to see if they are getting the song transpose bugs reported here: |
What I mean is, in software like pro-presenter they have about 6 layers which act independently and simultaneously.
We can kind of do it in quelea too but it's kind of cumbersome.
Obviously, the most basic ones are background and text. Then there are the alerts too. But it's not easy to dynamically switch between background presets on the fly.
Also, real estate can be kind of expensive sometimes, dockable and show/hide view panels can help with that.
Say, I just want to keep a thin strip with the current live song sections and maybe the background preset sections, on the right of the screen while having, OBS, Reaper, and X-Air-Edit ( for example) on the other parts of the screen in a live event while I am travelling with my laptop.
Point is, hide/show/dock (maybe resize) could help introduce new panels which in turn let us focus on the layers we want to control exclusively. ... also decouple the text formatting layer from the actual background video layer.
I.e. change the video but not the formatting on the fly.
The text was updated successfully, but these errors were encountered: