ChorusVoicesX extension
Typed access over the four parallel pipe-separated CSVs
(delays/decays/depths/speeds) lavfi's chorus exposes.
The four lists are positional: the Nth delay/decay/depth/speed quartet is one voice. Mismatched lengths collapse to the shortest — lavfi rejects asymmetric configs at chain-build time.
Properties
-
voices
→ List<
ChorusVoice> -
Available on ChorusSettings, provided by the ChorusVoicesX extension
Decoded list of voices in declaration order.no setter
Methods
-
withVoices(
List< ChorusVoice> voices) → ChorusSettings -
Available on ChorusSettings, provided by the ChorusVoicesX extension
Returns a copy whose four CSVs reflectvoices.