base classes — bpy_struct, Sequence
Sequence strip defining a sound to be played over a period of time
Animation end offset (trim end)
| Type: | int in [0, inf], default 0 |
|---|
Animation start offset (trim start)
| Type: | int in [0, inf], default 0 |
|---|
| Type: | string, default “”, (never None) |
|---|
Playback panning of the sound (only for Mono sources)
| Type: | float in [-2, 2], default 0.0 |
|---|
Playback pitch of the sound
| Type: | float in [0.1, 10], default 0.0 |
|---|
Whether to draw the sound’s waveform
| Type: | boolean, default False |
|---|
Playback volume of the sound
| Type: | float in [0, 100], default 0.0 |
|---|
Inherited Properties
Inherited Functions