-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Document AudioEffectSpectrumAnalyzerInstance, clarify relationship with AudioEffectSpectrumAnalyzer #91034
Conversation
Thanks for contributing! The commits need to be squashed into one before this can be merged. See here for one explanation on how to do do that. While doing that, rebasing on a more recent master commit may also help fix the CI errors. |
c014164
to
410d393
Compare
Okay, I'm not quite sure if I did it right but I've pulled and squashed to the best of my abilities. |
…th AudioEffectSpectrumAnalyzer Fully document AudioEffectSpectrumAnalyzerInstance, including the weird return value of its sole method, and add a link to it in AudioEffectSpectrumAnalyzer to make it easier to figure out how to use.
410d393
to
b6c0d07
Compare
fixed it by the way |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not an expert on this class, so I trust your analysis. The language looks good to me.
Thanks! And congrats for your first merged Godot contribution 🎉 |
Fully document AudioEffectSpectrumAnalyzerInstance, including the weird return value of its sole method, and add a link to it in AudioEffectSpectrumAnalyzer to make it easier to figure out how to use.
I looked through the source code so no-one else has to.