[SOLVED] Soundinterval fadeout

Ok, sorry, I overlooked the word “SoundInterval” (and it was in the title, lol), I assumed you were talking about intervals, generally, excuse me.
Afaik:

Indeed, this:

seems to show another precomputation behaviour for intervals. So, I think you can’t use:

self.myInterval.Volume=0.0

interactively, but you can only modify:

self.myInterval.sound.setVolume(0.0)