gundy / tiny-synth

Verilog code for a simple synth module; developed on TinyFPGA BX
Other
94 stars 10 forks source link

Optimisation pass #1: Update code to use signed samples internally; t… #6

Closed gundy closed 5 years ago

gundy commented 5 years ago

Switch to using signed sample representation internally.. This makes mixing and volume scaling logic a lot simpler, and allows removal of a few gates.