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

Update the custom AudioStream tutorial to Godot 4 #9792

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

TheWarmWaffle
Copy link

@TheWarmWaffle TheWarmWaffle commented Aug 20, 2024

should fix #9231 #6170

@skyace65 skyace65 added enhancement area:contributing Issues and PRs related to the Contributing/Development section of the documentation labels Aug 21, 2024
@skyace65
Copy link
Contributor

Are these changes specific to Godot 4.4 or are they relevant for 4.3 as well?

@TheWarmWaffle
Copy link
Author

TheWarmWaffle commented Aug 21, 2024

I think they go all the way back to godot 4.0, since the tutorial was broken back then to. I'll try to recompile older versions of godot with the module as far back as I can to see where it starts breaking, and update you in a bit.

@TheWarmWaffle
Copy link
Author

Yup, it works on 4.0.4-stable too!

@skyace65 skyace65 changed the title Updates the custom AudioStream tutorial to Godot 4.4 Updates the custom AudioStream tutorial to Godot 4 Aug 21, 2024
@AThousandShips AThousandShips changed the title Updates the custom AudioStream tutorial to Godot 4 Update the custom AudioStream tutorial to Godot 4 Sep 18, 2024
Copy link
Member

@AThousandShips AThousandShips left a comment

Choose a reason for hiding this comment

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

All code should be indented with four spaces instead of tabulators

@AThousandShips
Copy link
Member

You will still need to fix the indentation and empty lines, otherwise the style looks good, will try to test this soon as well

@TheWarmWaffle
Copy link
Author

TheWarmWaffle commented Sep 24, 2024

I think I fixed all the empty lines I missed before, and indentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:contributing Issues and PRs related to the Contributing/Development section of the documentation enhancement topic:audio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom AudioStreams documentation code snippets out-of-date & don't compile
4 participants