minuet: Update set's properties in fluid synth sound controller.

Authored by carneirogustavo on Apr 27 2020, 3:51 AM.

Description

minuet: Update set's properties in fluid synth sound controller.

Signed-off-by: Gustavo Carneiro <gcarneiroa@hotmail.com>

Details

Committed
tcanabravaApr 27 2020, 8:12 AM
Parents
R163:25795551a6d1: Minuet: Add .vscode in .gitignore list to ignore the Visual Studio Code…
Branches
Unknown
Tags
Unknown

@tcanabrava @carneirogustavo this change does not look correct to me: now both the setters are effectively no-op if the new values are different than the old ones.
Are you sure it was not meant to be if (m_foo == foo) return; instead?

You are right, that’s the problem of doing reviews barely asleep. Fixing.

@pino we are moving those to invent.

@tcanabrava @carneirogustavo this change does not look correct to me: now both the setters are effectively no-op if the new values are different than the old ones.
Are you sure it was not meant to be if (m_foo == foo) return; instead?

Thanks for the feedback, @tcanabrava has already guided me through the invent and I have already proceeded with the correction.