Added circle module, demonstration, changed default configuration values

This commit is contained in:
Jarcode
2018-02-04 20:03:22 -08:00
parent b6a54a9c0a
commit 6c401cbe93
11 changed files with 197 additions and 27 deletions

View File

@@ -1,6 +1,11 @@
/* Settings for smoothing functions and transformations commonly
used to display FFT output */
used to display FFT output.
IMPORTANT: THESE VALUES CAN BE OVERRIDDEN IN MODULE CONFIG
FILES, IF CHANGING VALUES HERE DOES NOT WORK, CHECK
TO MAKE SURE THEY ARE NOT BEING SET ELSEWHERE.
*/
/* The type of formula to use for weighting values when smoothing.
Possible values:
@@ -10,7 +15,7 @@
like a sine wave
- linear not rounded at all, just use linear distance
*/
#define ROUND_FORMULA circular
#define ROUND_FORMULA sinusoidal
/* Factor used to scale frequencies. Lower values allows lower
frequencies to occupy more space. */