Skip to content

Comments

feature-req925 recording indicator#968

Merged
pljones merged 3 commits intojamulussoftware:masterfrom
dcorson-ticino-com:pr957-server-recording
Feb 10, 2021
Merged

feature-req925 recording indicator#968
pljones merged 3 commits intojamulussoftware:masterfrom
dcorson-ticino-com:pr957-server-recording

Conversation

@dcorson-ticino-com
Copy link
Contributor

New function SetMixerBoardDeco sets title color and background according
to recording state and skin.
Called on recorder state change, skin change and disconnect

New function SetMixerBoardDeco sets title color and background according
to recording state and skin.
Called on recorder state change, skin change and disconnect
Copy link
Member

@ann0see ann0see left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the new PR! It seems to work now. I didn't analyse it yet, but from my first impression, there are some smaller style changes you should make. Will test the code if I have more time.

@dcorson-ticino-com
Copy link
Contributor Author

dcorson-ticino-com commented Feb 8, 2021 via email

Copy link
Member

@ann0see ann0see left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your changes. I think the new linter action (which is in development) is needed since the jamulus code style is odd.

I've added a few other comments.

@ann0see
Copy link
Member

ann0see commented Feb 8, 2021

The functionality is ok. Didn't follow the issue, so I can't comment on that. For me, the red tone looks a bit too bright. But that's probably something the UI team (you also belong to) already discussed.

@ann0see ann0see linked an issue Feb 8, 2021 that may be closed by this pull request
@ann0see ann0see self-requested a review February 8, 2021 19:28
Copy link
Member

@ann0see ann0see left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be good now.

{
// return if no change
if ( ( newRecorderState == eLastRecorderState ) && ( eNewDesign == eLastDesign ) )
return;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally this would not be a bare naked return - it would have its own {} block around it. Letting it pass.

@pljones pljones merged commit 35f677b into jamulussoftware:master Feb 10, 2021
@ann0see
Copy link
Member

ann0see commented Feb 10, 2021

@dcorson-ticino-com Could you please add yourself to the contributor list and add this feature to the Changelog?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

Change request: Mark recording active status really outstanding

3 participants