diff options
Diffstat (limited to 'src/audio/synth.h')
| -rw-r--r-- | src/audio/synth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/synth.h b/src/audio/synth.h index 61ecfd0..e5a8197 100644 --- a/src/audio/synth.h +++ b/src/audio/synth.h @@ -21,8 +21,8 @@ #define MAX_SPECTROGRAMS \ 32 // Current track: 14 unique, 32 provides comfortable headroom -#define SPEC_VERSION_V1 1 -#define SPEC_VERSION_V2_OLA 2 +#define SPEC_VERSION_V1 1 +#define SPEC_VERSION_V2_OLA 2 struct Spectrogram { const float* spectral_data_a; // Front buffer |
