Skip to content

Commit

Permalink
Sync SDL3_mixer header -> wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Dec 29, 2024
1 parent b6a434c commit 26440a9
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 28 deletions.
4 changes: 0 additions & 4 deletions SDL3_mixer/Mix_RegisterEffect.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ After all these effects have finished processing, the callback registered
through [Mix_SetPostMix](Mix_SetPostMix)() runs, and then the stream goes
to the audio device.
Note that unlike most SDL and SDL_mixer functions, this function returns
zero if there's an error, not on success. We apologize for the API design
inconsistency here.
## Version
This function is available since SDL_mixer 3.0.0.
Expand Down
4 changes: 0 additions & 4 deletions SDL3_mixer/Mix_SetDistance.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ mixed stream before passing it on to the audio device.
This uses the [Mix_RegisterEffect](Mix_RegisterEffect)() API internally.
Note that unlike most SDL and SDL_mixer functions, this function returns
zero if there's an error, not on success. We apologize for the API design
inconsistency here.
## Version
This function is available since SDL_mixer 3.0.0.
Expand Down
4 changes: 0 additions & 4 deletions SDL3_mixer/Mix_SetPanning.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ Note that an audio device in mono mode is a no-op, but this call will
return successful in that case. Error messages can be retrieved from
[Mix_GetError](Mix_GetError)().

Note that unlike most SDL and SDL_mixer functions, this function returns
zero if there's an error, not on success. We apologize for the API design
inconsistency here.

## Version

This function is available since SDL_mixer 3.0.0.
Expand Down
4 changes: 0 additions & 4 deletions SDL3_mixer/Mix_SetReverseStereo.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ If you specify [MIX_CHANNEL_POST](MIX_CHANNEL_POST) for `channel`, then
this effect is used on the final mixed stream before sending it on to the
audio device (a posteffect).
Note that unlike most SDL and SDL_mixer functions, this function returns
zero if there's an error, not on success. We apologize for the API design
inconsistency here.
## Version
This function is available since SDL_mixer 3.0.0.
Expand Down
4 changes: 0 additions & 4 deletions SDL3_mixer/Mix_SetSoundFonts.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ This function replaces any previously-specified paths.
Passing a NULL path will remove any previously-specified paths.
Note that unlike most SDL and SDL_mixer functions, this function returns
zero if there's an error, not on success. We apologize for the API design
inconsistency here.
## Version
This function is available since SDL_mixer 3.0.0.
Expand Down
4 changes: 0 additions & 4 deletions SDL3_mixer/Mix_UnregisterAllEffects.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ Posteffects are never implicitly unregistered as they are for channels, but
they may be explicitly unregistered through this function by specifying
[MIX_CHANNEL_POST](MIX_CHANNEL_POST) for a channel.
Note that unlike most SDL and SDL_mixer functions, this function returns
zero if there's an error, not on success. We apologize for the API design
inconsistency here.
## Version
This function is available since SDL_mixer 3.0.0.
Expand Down
4 changes: 0 additions & 4 deletions SDL3_mixer/Mix_UnregisterEffect.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ the output stream does not have an end), but they may be explicitly
unregistered through this function by specifying
[MIX_CHANNEL_POST](MIX_CHANNEL_POST) for a channel.
Note that unlike most SDL and SDL_mixer functions, this function returns
zero if there's an error, not on success. We apologize for the API design
inconsistency here.
## Version
This function is available since SDL_mixer 3.0.0.
Expand Down

0 comments on commit 26440a9

Please sign in to comment.