SynthizerWave constructor
const
SynthizerWave({
- required SynthizerSoundBackend backend,
- required FastSineBankGenerator generator,
Create an instance.
Implementation
const SynthizerWave({
required this.backend,
required this.generator,
});