this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix stub/fft issue (don't need to call the FFT stuff when not in editor

alice b5481e6d 28e62f70

+2
+2
src/studio/studio.c
··· 2587 2587 studio->config->data.soft |= args.soft; 2588 2588 studio->config->data.cli |= args.cli; 2589 2589 2590 + #if defined(BUILD_EDITORS) 2590 2591 if (args.fftlist) 2591 2592 { 2592 2593 FFT_Create(); ··· 2595 2596 } 2596 2597 2597 2598 studio->config->data.fftdevice = args.fftdevice; 2599 + #endif 2598 2600 2599 2601 studioConfigChanged(studio); 2600 2602