Is it possible to generate a constant enum, lol sorry, but...
I have a list of music name strings and I'd like the developer to be able to set from a selection of current music... but it would be technically fixed at "run" time... it appears list comprehensions don't work, anyway, an example:

var ml = EAudio.music_list()
@export_enum([ml.map(func(x): return x)]) var bg_music2: String = "woods"