You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, only the #SONG n directive exists, which requires a hard-coded index for each and every song. I don't like it. For my coding style I need something less explicit and more dynamic and automated.
With this dynamic style, if songs (which in itself is a misleading directive name, as you could put any audio there including SFX. so yeah, I might actually rename the whole directive to something like ENTRY) were to be "un-included" based on the existence of definitions, then a song list can still be created "without gaps"
I would like to create the option to dynamically set the song indices. In fact, simply adding support for the #SONG directive without an argument would be sufficient
As of now, only the
#SONG n
directive exists, which requires a hard-coded index for each and every song. I don't like it. For my coding style I need something less explicit and more dynamic and automated.With this dynamic style, if songs (which in itself is a misleading directive name, as you could put any audio there including SFX. so yeah, I might actually rename the whole directive to something like ENTRY) were to be "un-included" based on the existence of definitions, then a song list can still be created "without gaps"
I would like to create the option to dynamically set the song indices. In fact, simply adding support for the #SONG directive without an argument would be sufficient
In this case, song2 would be given the index of 2, and sfx2 would have an index of 51
Implementation Notes
The text was updated successfully, but these errors were encountered: