-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Render the mixer levels in a dB FS scale (#2672)
* Render the mixer levels in a dB FS scale Adds the option to render the mixer levels in dB FS. By default this option is disabled so that classes which inherit from Fader are not affected by this change. However, in the code of the FxMixerView this feature is enabled so that the mixer shows the levels in dB FS. The ability to render in dB FS is exported as a property so that it can also be set in a style sheet (not used as of now). The new property is called "levelsDisplayedInDBFS". There are now setters and getters for the min and max level. Showing the levels in dB FS (which is a logarithmic scale) gives a less "fidgety" impression when the levels are moving. * Introduction of an init method in Fader An init method was added to unify the initialization of the two Fader constructors.
- Loading branch information
1 parent
04ee091
commit 52ec387
Showing
3 changed files
with
117 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters