I have added code that collects the list of classes of a SoundClasses system. I read them into the .classes attribute, a set, at the same time as the data is iterated over to flatten multiple representations of sounds, which I turned from a dict comprehension into an explicit loop for this reason.
I have added code that collects the list of classes of a SoundClasses system. I read them into the
.classes
attribute, a set, at the same time as the data is iterated over to flatten multiple representations of sounds, which I turned from a dict comprehension into an explicit loop for this reason.Fixes #114