summaryrefslogtreecommitdiff
path: root/note_compiler/programs.h
diff options
context:
space:
mode:
Diffstat (limited to 'note_compiler/programs.h')
-rw-r--r--note_compiler/programs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/note_compiler/programs.h b/note_compiler/programs.h
index daf238f..f290e35 100644
--- a/note_compiler/programs.h
+++ b/note_compiler/programs.h
@@ -76,6 +76,7 @@ struct oscillator_t
struct env_settings_t
{
+ bool enabled;
float attack;
bool attack_const;
float decay;
@@ -114,6 +115,8 @@ struct program_t
fixed_t sync_factor;
bool sync_factor_const;
+
+ bool use_pfactor;
};
#endif