Constant surge_wavetable::imports::imports::imports::MAX_WAVETABLE_SAMPLES[][src]

pub const MAX_WAVETABLE_SAMPLES: usize = 2097152; // 0x0000_0000_0020_0000usize
Expand description

I don’t know why your max wtable samples would be less than your max tables * your max sample size. So lets fix that! This size is consistent with the check in WaveTable.cpp

CheckRequiredWTSize with ts and tc at 1024 and 512