SynthesizerSettings constructor
SynthesizerSettings({})
Implementation
SynthesizerSettings(
{int sampleRate = 44100, int blockSize = 64, int maximumPolyphony = 64, this.enableReverbAndChorus = true})
: sampleRate = checkSampleRate(sampleRate),
blockSize = checkBlockSize(blockSize),
maximumPolyphony = checkMaximumPolyphony(maximumPolyphony);