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

Move reverb code out of utils #3403

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

ann0see
Copy link
Member

@ann0see ann0see commented Oct 8, 2024

Short description of changes

The reverb code is currently in utils. This should not be the case. For the future (if we replace the reverb with plugin compatibility), it makes sense to move the code into separate files

CHANGELOG: SKIP

Context: Fixes an issue?

No. Related to: https://github.com/orgs/jamulussoftware/discussions/3382#discussioncomment-10743921 to some extent also #3379

Does this change need documentation? What needs to be documented and how?

No

Status of this Pull Request

Ready for review

What is missing until this pull request can be merged?

Nothing.

Checklist

  • I've verified that this Pull Request follows the general code principles
  • I tested my code and it does what I want
  • My code follows the style guide
  • I waited some time after this Pull Request was opened and all GitHub checks completed without errors.
  • I've filled all the content above

@ann0see ann0see added the refactoring Non-behavioural changes, Code cleanup label Oct 8, 2024
@ann0see ann0see added this to the Release 3.12.0 milestone Oct 8, 2024
@ann0see ann0see requested review from pljones and softins October 9, 2024 09:11
Copy link
Member

@softins softins left a comment

Choose a reason for hiding this comment

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

Looks fine to me. I checked that the relevant code had been moved without changes, and that it all compiles and executes. Haven't checked the operation of the reverb, but that should be unchanged, given that the code is.

Clear();
}

bool CAudioReverb::isPrime ( const int number )
Copy link
Member Author

@ann0see ann0see Oct 9, 2024

Choose a reason for hiding this comment

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

Potentially Qt has a function for this. Not part of this PR though.

@ann0see ann0see merged commit d723bfc into jamulussoftware:main Oct 11, 2024
15 checks passed
@ann0see ann0see deleted the refactoring/moveReverb branch October 11, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Non-behavioural changes, Code cleanup
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants