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

audio_seqplayer.c OK and partial docs #833

Merged
merged 13 commits into from
Jul 22, 2022

Conversation

engineer124
Copy link
Collaborator

The next audio PR, this time focused on sequences! This file contains the interpreter for the scripting language used in writing sequences. These sequence instructions aren't fully documented as there are still many unknowns in audio, and I haven't introduced enums for the seq instructions yet as I want to coordinate that with OoT first.

Copy link
Contributor

@isghj5 isghj5 left a comment

Choose a reason for hiding this comment

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

Can't review it all right now, too big, first thoughts:

include/z64audio.h Show resolved Hide resolved
include/z64audio.h Outdated Show resolved Hide resolved
src/code/audio/audio_heap.c Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Outdated Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Outdated Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Outdated Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Outdated Show resolved Hide resolved
@engineer124 engineer124 marked this pull request as draft June 8, 2022 00:50
@engineer124
Copy link
Collaborator Author

I'll be drafting this until PlayState is renamed #835

@engineer124 engineer124 marked this pull request as ready for review July 9, 2022 21:33
@engineer124
Copy link
Collaborator Author

This PR is updated and ready for review again

Copy link
Contributor

@EllipticEllipsis EllipticEllipsis left a comment

Choose a reason for hiding this comment

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

Great job on these monsters, I think most of my comments will be solved by the eventual documentation, but thought I'd ask anyway.

include/z64audio.h Outdated Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Show resolved Hide resolved
Copy link
Contributor

@Kenix3 Kenix3 left a comment

Choose a reason for hiding this comment

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

Great work on this on the whole!! Just a few comments.

include/z64audio.h Outdated Show resolved Hide resolved
include/z64audio.h Outdated Show resolved Hide resolved
include/z64audio.h Show resolved Hide resolved
src/code/audio/audio_seqplayer.c Show resolved Hide resolved
@Kenix3 Kenix3 added Merge-ready All reviewers satisfied, just waiting for CI and removed Last-review labels Jul 18, 2022
@EllipticEllipsis EllipticEllipsis merged commit 601f44c into zeldaret:master Jul 22, 2022
@engineer124 engineer124 deleted the audio_seqplayer branch July 22, 2022 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Audio code Merge-ready All reviewers satisfied, just waiting for CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants