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

Wip/biquads processor #82

Merged
merged 20 commits into from
Mar 19, 2024
Merged

Wip/biquads processor #82

merged 20 commits into from
Mar 19, 2024

Conversation

nathanjhood
Copy link
Owner

Commits on Mar 18, 2024
Testing biquad processor array with ranged 'for' loops, unique_ptr ow…

@nathanjhood
nathanjhood committed yesterday
fixed branches diverging and fixed clang build fails

@nathanjhood
nathanjhood committed yesterday
Using unique ptr for processor wrapper and parameters ownership

@nathanjhood
nathanjhood committed yesterday
Wrapped process wrappers and parameters into unique_ptrs

@nathanjhood
nathanjhood committed 12 hours ago
JUCE leaked object detector asserting on biquads class...

@nathanjhood
nathanjhood committed 11 hours ago
Fixed leak detector assertions - no 'unique_ptr.release()', rely on s…

@nathanjhood
nathanjhood committed 9 hours ago
Commits on Mar 19, 2024
Moving 'createParameterLayout()' into Parameters unit

@nathanjhood
nathanjhood committed 5 hours ago
moved APVTS into Parameters unit

@nathanjhood
nathanjhood committed 2 hours ago
Fixed a typo

@nathanjhood
nathanjhood committed 2 hours ago
Improved CPack output for builds

@nathanjhood
nathanjhood committed 2 hours ago
More CPack/distro improvements - now the builds are actually in the p…

@nathanjhood
nathanjhood committed 12 minutes ago
Fixed an initialization order compiler warning

@nathanjhood
nathanjhood committed 8 minutes ago

@nathanjhood nathanjhood added enhancement New feature or request CI/CD labels Mar 19, 2024
@nathanjhood nathanjhood self-assigned this Mar 19, 2024
@nathanjhood nathanjhood linked an issue Mar 19, 2024 that may be closed by this pull request
nathanjhood and others added 17 commits March 19, 2024 06:15
Signed-off-by: Nathan <nathan@stoneydsp.com>
Signed-off-by: Nathan <nathan@stoneydsp.com>
Signed-off-by: Nathan <nathan@stoneydsp.com>
Signed-off-by: Nathan <nathan@stoneydsp.com>
Signed-off-by: Nathan <nathan@stoneydsp.com>
Signed-off-by: Nathan <nathan@stoneydsp.com>
Signed-off-by: Nathan <nathan@stoneydsp.com>
Signed-off-by: Nathan <nathan@stoneydsp.com>
…stro

Signed-off-by: Nathan <nathan@stoneydsp.com>
Signed-off-by: Nathan <nathan@stoneydsp.com>
Signed-off-by: Nathan <nathan@stoneydsp.com>
Signed-off-by: Nathan <nathan@stoneydsp.com>
… like the rest

Signed-off-by: Nathan <nathan@stoneydsp.com>
Copy link
Owner Author

@nathanjhood nathanjhood left a comment

Choose a reason for hiding this comment

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

This was a great refactor.

@nathanjhood nathanjhood merged commit 667f0e2 into development Mar 19, 2024
4 checks passed
@nathanjhood nathanjhood deleted the wip/biquads_processor branch March 19, 2024 17:46
@nathanjhood nathanjhood restored the wip/biquads_processor branch March 19, 2024 17:56
@nathanjhood nathanjhood deleted the wip/biquads_processor branch March 19, 2024 17:56
@nathanjhood nathanjhood restored the wip/biquads_processor branch March 19, 2024 17:58
@nathanjhood nathanjhood deleted the wip/biquads_processor branch March 19, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor - Biquads Audio Processor
1 participant