zladx/LADX-Disassembly

Clarify the relation between hMusicTrack, hNextMusicTrack and wActiveMusicTrack

Open

#232 geöffnet am 12. Mai 2020

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Assembly (89 Forks)github user discovery
audiohelp wanted

Repository-Metriken

Stars
 (886 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

There are several variables controlling the music track playback:

  • hMusicTrack,
  • hNextMusicTrack,
  • wActiveMusicTrack

These variables are often used together, but seem to have subtle differences (like one of these seems to have immediate effect, and another to store the track to be played after a transition).

We should understand better what these variables do (and maybe rename some of them accordingly).

Contributor Guide