Skip to content

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.

1 participant