summaryrefslogtreecommitdiff
path: root/synth/programs.h
diff options
context:
space:
mode:
Diffstat (limited to 'synth/programs.h')
-rw-r--r--synth/programs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/synth/programs.h b/synth/programs.h
index 9d8d8cc..1ed9d6f 100644
--- a/synth/programs.h
+++ b/synth/programs.h
@@ -144,7 +144,7 @@ struct env_settings_t
jack_nframes_t attack;
jack_nframes_t decay;
fixed_t sustain;
- jack_nframes_t release;
+ signed int release;
bool hold;
};