- improved vectorization of LFO

git-svn-id: http://moon:8086/svn/software/trunk/projects/JaySynth@728 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2020-08-16 08:58:45 +00:00
parent 590e2a77b3
commit 9a4a7dddcb
2 changed files with 84 additions and 212 deletions
+2
View File
@@ -106,6 +106,8 @@ typedef struct _slfo_t
synth_float_t delay_x, delay_dx, attack_y, attack_a;
synth_float_t offset;
sync_t sync;
sync_result_t *pPhase;
synth_float_t *pWave;
} lfo_t;