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

mix: Add support for the majority of missing & new functions in newer SDL_mixer versions #612

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

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    8f11d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0d0819 View commit details
    Browse the repository at this point in the history
  3. mix: Added support for missing and new functions

    Including SDL_mixer version 2.0.0, 2.0.2, 2.6.0, and 2.8.0
    Added the following functions:
    
    in sdl_mixer.go:
    - LinkedVersion
    - HasChunkDecoder
    - HasMusicDecoder
    - GetMusicAlbumTag
    - GetMusicArtistTag
    - GetMusicCopyrightTag
    - GetMusicLoopEndTime
    - GetMusicLoopStartTime
    - GetMusicPosition
    - GetMusicTitle
    - GetMusicTitleTag
    - GetMusicVolume
    - MasterVolume
    - ModMusicJumpToOrder
    - GetNumTracks
    - PauseAudio
    - StartTrack
    
    in midi.go:
    - SetTimidityCfg
    Necklaces committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b8fc2b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    5b8b7c3 View commit details
    Browse the repository at this point in the history