- fixed inconsistent LFO modulation range
git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@724 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+2
-2
@@ -83,7 +83,7 @@ typedef struct _slfo_t
|
||||
{
|
||||
synth_float_t param[LFO_NUM_PARAMS];
|
||||
synth_float_t omega, fs;
|
||||
synth_float_t a, b, out, sh_sample, tri;
|
||||
synth_float_t out, sh_sample, tri;
|
||||
int freq_update_req, sqr;
|
||||
synth_float_t *pOut;
|
||||
UINT32 bufsize;
|
||||
@@ -91,7 +91,7 @@ typedef struct _slfo_t
|
||||
synth_float_t smooth_a, smooth_b;
|
||||
UINT32 smooth_is_negative;
|
||||
synth_float_t delay_x, delay_dx, attack_y, attack_a;
|
||||
synth_float_t gain, offset;
|
||||
synth_float_t offset;
|
||||
sync_t sync;
|
||||
|
||||
} lfo_t;
|
||||
|
||||
Reference in New Issue
Block a user