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

Improved old Better Visualizer #299

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

Conversation

Matter-Shifter
Copy link

@Matter-Shifter Matter-Shifter commented Jun 2, 2020

Problems

About 3 years ago, I tried to customized MeasureBandsSmoothed.inc, but there were issues with performance and CPU usage. Back then, I didn't considered users with slower PC, which kinda disappointing.

Solution

This time, I added the 'switch' feature in variable file. I discovered this 'switch' thing about 1-2 years ago, which kinda neat. Without modifying the default MeasureBandsSmoothed file (but renaming it to MeasureBandsSmoothed0.inc), 'switch' allows users to switch between the default and the customized file by using number. I added my customized file (MeasureBandsSmoothed1.inc) to give an idea how the 'switch' works.

Additional Information

For my 'multipliers' and 'divider' thing, that's only used for my custom MeasureBandsSmoothed file.

Summary

So the main point here is, for any user who want to use any custom MeasureBandsSmoothed file without modifying the default file(even changing the file's extension to .bak), 'switch' is the solution. [I'm sorry if I'm repeating this again]

What do you think?

This feature will be used in variable file to switch between default file and modified file.
With 'switch' feature, this will allow us to change between file(MeasureBandSmoothed[number].inc).
This will allows any programmers to add their own customized MeasureBandSmoothed[number].inc file without modifying the default file.
With 'switch' feature, this will allow us to change between files(MeasureBandSmoothed[number].inc).
This will allows any programmers to add their own customized MeasureBandSmoothed[number].inc file without modifying the default file.
Added number 0 at the end of file name (default file).
The number will be used for switch in variable file.
Number 1 added at the end of file (Custom File marcopixel#1).
The number will be used for switch in variable file
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.

None yet

1 participant