summaryrefslogtreecommitdiff
path: root/synth/programs.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-12 12:06:35 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-12 12:06:35 +0100
commit105932305adf830ec8116827761a8a8c8aff4523 (patch)
tree6449fe3fc06bf438d10539c59c3de6cac2d3ec6c /synth/programs.h
parent528902f28af1bb430ba7c7f1bf4ebbc54fb7aaf6 (diff)
Non-releasing Envelopes now work
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;
};