Skip to content
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

Linear dB Ruler Midterm-ready Changes #2

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

micpap25
Copy link
Owner

No description provided.

Rework update so that it is polymorphic. Break it into multiple files and allow the ruler's creator to set the updater with a unique pointer creator.
Create the virtual destructor for updater

Remove circular dependencies of Updater and Ruler

Streamline the dependencies of Updater and Ruler. Extract all necessary data for Updater functions down to Updater, and rework ruler calls to use this format. This allows Updater to be independent of Ruler.
Separates Ruler from RulerPanel to reduce unnecessary importing.
To be squashed into a past commit
Properly implements Custom functions and uses the LinearDb ruler as a space to test it.
Imports an old change for GSoC to separate the units of a label from its text so different fonts can be used for each.
@micpap25 micpap25 changed the title Linear dB Ruler initial changes Linear dB Ruler Midterm-ready Changes Jul 28, 2022
A basic start on making dB ruler functional for all settings. Will proceed more when design is discussed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant