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

Fixed bug when APPROXNORM == 1 is used when CCEMBEDDED is not defined… #93

Merged
merged 1 commit into from
Sep 8, 2019

Conversation

bbkiwi
Copy link
Contributor

@bbkiwi bbkiwi commented Jul 6, 2019

Hi Charles,

I'm able to run colorchord2 again (libudev.h somehow went missing, I had to apt-get install libudev-dev). I tested both with colorchord2 default and embedded8266 version.

I read up on right bit shifting a negative integer and apparently it is implementation dependent, so the code is now slightly rearranged so it shifts non-negative values.

I used grep to search all the code in colorchord2 and embeddedbins32 is never used.
Could a return be added after
goutbins[i] /= (78<<DFTIIR)*(1<<octave);

@cnlohr cnlohr merged commit 26bcc97 into cnlohr:master Sep 8, 2019
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.

2 participants