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

Add support for FMOD local parameters #32

Merged
merged 12 commits into from
Sep 24, 2023
Merged

Add support for FMOD local parameters #32

merged 12 commits into from
Sep 24, 2023

Conversation

GitGhillie
Copy link
Collaborator

@GitGhillie GitGhillie commented Sep 22, 2023

Add support for FMOD local parameters, including example usage. Closes #12.

This is just an initial approach. I'd suggest we consider parameter bindings in a future PR.

@GitGhillie GitGhillie added the enhancement New feature or request label Sep 22, 2023
@GitGhillie GitGhillie self-assigned this Sep 22, 2023
@GitGhillie GitGhillie marked this pull request as ready for review September 23, 2023 19:04
examples/parameters.rs Outdated Show resolved Hide resolved
Comment on lines +4 to +5
//! Note that because `ignore_seek_speed` is `false` in these examples,
//! it could take a few seconds before you can hear the changes in these sound effects.
Copy link
Owner

Choose a reason for hiding this comment

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

To avoid confusion, I would add one more line linking to https://www.fmod.com/docs/2.00/studio/parameters-reference.html

src/components/audio_source.rs Outdated Show resolved Hide resolved
examples/parameters.rs Show resolved Hide resolved
Salzian
Salzian previously approved these changes Sep 24, 2023
//! FMOD local parameter example usage:
//! Press H and L to change the amount of traffic you can hear.
//! This example demonstrates FMOD parameter usage.
//! See https://www.fmod.com/docs/2.02/studio/parameters-reference.html for more details.
Copy link
Owner

Choose a reason for hiding this comment

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

I intended this link to be at the bottom to clarify ignore_seek_speed.

@GitGhillie GitGhillie merged commit eba17bc into main Sep 24, 2023
@GitGhillie GitGhillie deleted the local-param branch September 24, 2023 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support FMOD local parameters
2 participants