Skip to content

Commit

Permalink
take 60 ok so works but not ideal, maybe keep history ?
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdvankreel committed Sep 19, 2024
1 parent 39b73ac commit 9f60cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/firefly_synth/firefly_synth/noise_generator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ noise_generator<Smooth>::sample_table(bool connect)
// TODO start of the signal is defined by connecting [0] and [1]
// but for true random smooth noise cannot just keep [0] intact all the time
// but if i swap it then discontinuity -- what to do ?
// anyway this works
for (int i = 1; i < _steps; ++i)
_r[i] = plugin_base::fast_rand_next(_state);
}
Expand Down

0 comments on commit 9f60cc0

Please sign in to comment.