ApulsatorSettings constructor
const
ApulsatorSettings({})
Creates an ApulsatorSettings with the given parameter values.
Each parameter defaults to its ffmpeg default; the effect stays
inactive until enabled is set to true.
Implementation
const ApulsatorSettings({
this.enabled = false,
this.amount = 1.0,
this.bpm = 120.0,
this.hz = 2.0,
this.level_in = 1.0,
this.level_out = 1.0,
this.mode = ApulsatorMode.sine,
this.ms = 500,
this.offset_l = 0.0,
this.offset_r = .5,
this.timing = ApulsatorTiming.hz,
this.width = 1.0,
});