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

Commented waves oscillator files and improved make #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gekart
Copy link

@gekart gekart commented Apr 16, 2019

I have commented waves.cpp and waves.hpp, so that beginners get a better start into SDK development. For that purpose, I am also creating a video tutorial: https://www.youtube.com/watch?v=ouGBnYXUT40

This PR serves mainly for reference purposes.

dsp::BiQuad &postlpf = s_waves.postlpf;
// pre filter for bit crushing
dsp::BiQuad &prelpf = s_waves.prelpf;
// pre filter for bit crushing

Choose a reason for hiding this comment

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

Suggested change
// pre filter for bit crushing
// post filter for bit crushing

}

// this method checks the which waves the user has changed and selects the corresponding

Choose a reason for hiding this comment

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

Suggested change
// this method checks the which waves the user has changed and selects the corresponding
// this method checks which waves the user has changed and selects the corresponding

@jshowacre
Copy link

Could these be put in doxygen?

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.

3 participants