t-sin / soyboy-sp.vst3

Make some chiptune with penguins.
https://t-sin.github.io/soyboy-sp.vst3/
GNU General Public License v3.0
86 stars 2 forks source link

Noise channel overhaul #32

Open t-sin opened 2 years ago

t-sin commented 2 years ago

Current noise channel implementation is, stored random number table playing. Maybe LFSR implementation sounds better the table (now that table size is 1024 * 8 but when a noise update interval is set to smaller value I feel it sounds periodically).

I think it is better to test LFSR noise generation.