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

Cleanup naming of methods and variables #268

Merged
merged 9 commits into from
Jul 1, 2023

Conversation

olilarkin
Copy link
Contributor

@olilarkin olilarkin commented May 29, 2023

This PR goes some way to cleaning up the plug-in code, renaming "NAM" methods/variables to "Model" and a few other things. see #267

@olilarkin olilarkin changed the title Rename GetNAM()/GetIR() -> StageNAM()/StageIR() Rename GetNAM()/GetIR() -> StageModel()/StageIR() May 29, 2023
@olilarkin olilarkin changed the title Rename GetNAM()/GetIR() -> StageModel()/StageIR() Rename GetNAM()/GetIR() -> StageModel()/StageIR() && more May 29, 2023
@olilarkin olilarkin force-pushed the rename-methods branch 2 times, most recently from 3a5a3ca to 6092653 Compare May 29, 2023 14:58
@olilarkin olilarkin changed the title Rename GetNAM()/GetIR() -> StageModel()/StageIR() && more Cleanup naming of methods and variables May 29, 2023
@olilarkin olilarkin force-pushed the rename-methods branch 2 times, most recently from 98f2f4e to 85ee9a6 Compare May 29, 2023 15:04
@olilarkin
Copy link
Contributor Author

PR updated

@olilarkin
Copy link
Contributor Author

how about it @sdatkinson? I think it will make the code a lot nicer. :-)

will keep on having to redo this PR if it sits around whilst other changes get merged

Copy link
Owner

@sdatkinson sdatkinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 👍🏻

@sdatkinson sdatkinson merged commit b6f4c52 into sdatkinson:main Jul 1, 2023
olilarkin added a commit to olilarkin/NeuralAmpModelerPlugin that referenced this pull request Jul 1, 2023
* Rename GetNAM()/GetIR() -> StageModel()/StageIR()

* Rename mNAM -> mModel

* Rename mStagedNAM -> mStagedModel

* Rename mFlagRemoveNAM -> mShouldRemoveModel

* Rename mFlagRemoveIR -> mShouldRemoveIR

* Rename mNewNAMLoadedInDSP -> mNewModelLoadedInDSP

* Remove unnecessary CTOR initializers

* mNUM_INTERNAL_CHANNELS -> kNumChannelsInternal

* Remove unnessecary use of this->
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.

2 participants