Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Should allow assignment operatior for pitch_detector and signal_conditioner #77

Open
xconverge opened this issue Oct 27, 2024 · 0 comments
Assignees

Comments

@xconverge
Copy link

This should be valid syntax and allow assignment instead of returning an error:

cycfi::q::pitch_detector test;
test = cycfi::q::pitch_detector{lowest_frequency, highest_frequency, sample_rate, lin_to_db(0)};

Error currently:

error: use of deleted function 'cycfi::q::pitch_detector& cycfi::q::pitch_detector::operator=(const cycfi::q::pitch_detector&)'
   60 |                                   sample_rate, lin_to_db(0)};
@djowel djowel self-assigned this Oct 27, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants