BeatLib


MultiEffect QML Type

Applies multiple AudioEffects to an audio signal. More...

Import Statement: import
Inherits:

AudioEffect

Properties

Detailed Description

Use this QML type to apply more than 1 AudioEffect to an MP3Decoder's audio signal.

The effects are applied to the audio signal in order. This matters for effects that modify the signal.

Property Documentation

effects : list<AudioEffect>

A list of AudioEffect instances that are applied to the MP3Decoder's audio signal. The effects are applied to the signal in the list's order.