Skip to content

Commit

Permalink
Added compile flags to enable/disable the additional Logarhythm mod q…
Browse files Browse the repository at this point in the history
…uantizer scales alongside app enable/disable (to manage room easier in custom builds)
  • Loading branch information
Logarhythm1 committed Aug 23, 2020
1 parent a3c1845 commit 97b0bb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions software/o_c_REV/OC_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@
#define ENABLE_APP_DARKEST_TIMELINE
#define ENABLE_APP_PONG

// Define this to include some new, custom scales for Hemispheres Logarhythm Mod (optional if porting individual applets)
// This uses approximately 640 additional bytes of program storage space
#define HEM_LOGARHYTHM_MOD_SCALES

#endif

4 changes: 1 addition & 3 deletions software/o_c_REV/braids_quantizer_scales.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@
#define BRAIDS_QUANTIZER_SCALES_H_

#include "braids_quantizer.h"
#include "OC_options.h" // Logarhythm mod compile flag for new


// Define this to include custom scales for Hemispheres Logarhythm Mod (optional if porting individual applets)
#define HEM_LOGARHYTHM_MOD_SCALES

namespace braids {

const Scale scales[] = {
Expand Down

0 comments on commit 97b0bb1

Please sign in to comment.