SoundEqualizerModifier(StripModifier)

base classes — bpy_struct, StripModifier

class bpy.types.SoundEqualizerModifier(StripModifier)

Equalize audio

graphics

Graphical definition equalization (default None, readonly)

Type:

bpy_prop_collection[EQCurveMappingData]

new_graphic(min_freq, max_freq)

Add a new EQ band

Parameters:
  • min_freq (float) – Minimum Frequency, Minimum Frequency (in [0, 20000])

  • max_freq (float) – Maximum Frequency, Maximum Frequency (in [0, 20000])

Returns:

Newly created graphical Equalizer definition

Return type:

EQCurveMappingData

clear_soundeqs()

Remove all graphical equalizers from the Equalizer modifier

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (bpy.types.Struct | None) – The value to return when not found.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (type | None) – The value to return when not found.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions