Skip to content

Commit

Permalink
LFO fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dukesrg committed May 20, 2021
1 parent 6ceeb65 commit 01f27f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vibrator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ FX_INIT
#ifdef FX_MODFX_SUB
buf_clr_f32((float*)s_loop_sub, BUF_SIZE * sizeof(f32pair_t)/sizeof(float));
#endif
/*
for (uint32_t i = 0; i < BUF_SIZE; i++) {
s_prev_grain_a[i] = 0xFFFF;
s_next_grain_a[i] = 0xFFFF;
Expand All @@ -138,6 +139,7 @@ FX_INIT
}
s_prev_grain_pos_a = 0xFFFF;
s_prev_grain_pos_b = 0xFFFF;
*/
}

FX_PROCESS
Expand Down

0 comments on commit 01f27f9

Please sign in to comment.