summaryrefslogtreecommitdiff
path: root/synth/note.h
diff options
context:
space:
mode:
Diffstat (limited to 'synth/note.h')
-rw-r--r--synth/note.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/synth/note.h b/synth/note.h
index 9e3bc52..0e76505 100644
--- a/synth/note.h
+++ b/synth/note.h
@@ -30,10 +30,7 @@ class Note : public NoteSkel
void apply_pfactor();
Envelope **envelope;
- fixed_t freq, dest_freq, old_freq;
- fixed_t vel;
- jack_nframes_t portamento_t, portamento_frames;
-
+
fixed_t *oscval;
fixed_t *old_oscval;
int n_oscillators;
@@ -44,12 +41,6 @@ class Note : public NoteSkel
pfactor_value_t pfactor;
- int note;
- int program;
- program_t *curr_prg;
-
- fixed_t pitchbend;
-
LowPassFilter filter;
Envelope *filter_envelope;
filter_params_t filter_params;