So first off I know little to no Python.
With that out of the way, I’m wanting to make a script that edits scene values from the attenuation of a sound sequence clip. I looked at the API and found that this is bpy.types.SoundSequence().attenuation. However, after an hour of messing in the console, I still can’t get it to work. I named the strip in the sequencer “01” and attempted bpy.types.SoundSequence(01).attenuation, but I’m not even sure how it’s supposed to work.
Please tell me where I’m going wrong.