-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add button to each channel to enable/disable metering #151
base: main
Are you sure you want to change the base?
Conversation
I get the following error message when I open an existing mixer settings XML file:
|
@SpotlightKid: fixed it |
Repeating what I said on I must say, I don't like the extra button, it takes up additional vertical space and is also rather wide, preventing the channels from being as narrow as they can, when set to narrow width. Maybe we should think about overhauling the channel buttons layout and put them all in a grid structure, each the same size and maybe image instead of text labels. |
@SpotlightKid Where would we get images for the buttons? |
It would be nice to have C side initialization of the metering boolean.
This would help keep metering disabled when building just the C application.
Cheers for the new feature!
Athanasios
…On Sun, 15 May 2022, 01:08 Daniel Sheeler, ***@***.***> wrote:
@SpotlightKid <https://github.com/SpotlightKid> Where would we get images
for the buttons?
—
Reply to this email directly, view it on GitHub
<#151 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTPI5PFLYK65UKMJFJZO3DVKAP57ANCNFSM5GXLYGHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I don't know, check some of the common web icon fonts? |
This also disables processing of the metering on C side, though that's minimal in the case of non-kmetering. Closes #102.