dbeurle / spkrd

Loudspeaker design software
GNU Lesser General Public License v2.1
1 stars 1 forks source link

Crossover refactor #13

Closed dbeurle closed 4 years ago

dbeurle commented 4 years ago

The refactor removes some dead code and adds consistency across the crossover module in the code. Some changes from clang-tidy have been applied. Signals now pass constant pointers to ensure that read-only operations are allowed where possible. This should allow for better maintenance in the future.