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

Refactor/constants and types #278

Merged
merged 22 commits into from
Jan 31, 2025
Merged

Conversation

maciejmakowski2003
Copy link
Collaborator

@maciejmakowski2003 maciejmakowski2003 commented Jan 31, 2025

Closes #262
Closes #263

Introduced changes

  • Refactored types based on below rules:

    • time connected variables are of type double
    • audio data variables are of type float
    • audio arrays/buses' size/indices are of type 'size_t`
    • smaller sizes are of type int
  • Refactored core's constants management

Checklist

  • Linked relevant issue
  • Updated relevant documentation
  • Added/Conducted relevant tests
  • Performed self-review of the code

@maciejmakowski2003 maciejmakowski2003 marked this pull request as ready for review January 31, 2025 12:53
@maciejmakowski2003 maciejmakowski2003 self-assigned this Jan 31, 2025
Copy link
Member

@michalsek michalsek left a comment

Choose a reason for hiding this comment

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

Nice one! 🔥

@maciejmakowski2003 maciejmakowski2003 merged commit 147e724 into main Jan 31, 2025
10 checks passed
@maciejmakowski2003 maciejmakowski2003 deleted the refactor/constants-and-types branch January 31, 2025 14:13
@maciejmakowski2003 maciejmakowski2003 restored the refactor/constants-and-types branch January 31, 2025 14:25
@maciejmakowski2003 maciejmakowski2003 deleted the refactor/constants-and-types branch January 31, 2025 14:29
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.

Replace int with size_t in cpp Fix constants management in cpp
2 participants