Skip to content

Commit

Permalink
adding ifdef for alles nchans
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitman committed Jun 9, 2024
1 parent 2d2c6aa commit ad6cb9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/amy_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
#define BLOCK_SIZE_BITS 8 // log2 of BLOCK_SIZE
#define AMY_OSCS 120
#define AMY_SAMPLE_RATE 44100
#ifdef ALLES
#define AMY_NCHANS 1
#else
#define AMY_NCHANS 2
#endif
#define AMY_USE_FIXEDPOINT


Expand Down

0 comments on commit ad6cb9e

Please sign in to comment.