Add button to each channel to enable/disable metering#151
Add button to each channel to enable/disable metering#151dsheeler wants to merge 2 commits intojack-mixer:mainfrom
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.