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

Fix gyp file definition of buffer size and sample rate #678

Merged
merged 1 commit into from
May 27, 2024

Conversation

ohmtech-rdi
Copy link
Owner

This PR fixes a problem when debugging using Xcode or VSCode, where the generated project file (using gyp) would have erb_BUFFER_SIZE and erb_SAMPLE_RATE defined twice, then taking the wrong value when the user defines it. The defines are already done in the erbb/vcvrack generator.

This is only used when generating the IDE projects. The defines are
already done in the `erbb/vcvrack` generator, so they would conflict
with the ones previously defined with a default value.
@ohmtech-rdi ohmtech-rdi added the bug Something isn't working label May 27, 2024
@ohmtech-rdi ohmtech-rdi self-assigned this May 27, 2024
@ohmtech-rdi ohmtech-rdi merged commit 5c47674 into main May 27, 2024
21 checks passed
@ohmtech-rdi ohmtech-rdi deleted the erbb-fix-buf-size-spl-rate branch May 27, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant