Settings loading doesn't work properly
Status: Beta
Brought to you by:
essej
Steps to reproduce this bug:
This bug is caused by incorrect order of parameters loading in FTconfigManager::loadSettings(). First this function loads filter data, then sets global FFT size. When new FFT size is set, values resampling is performed and loaded data is corrupted. The program should first set global FFT size (and bins count).