8000 Tags · MirDoch/iir1 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: MirDoch/iir1

Tags

1.9.0

Toggle 1.9.0's commit message
M_PI needs to be enabled under Windows

1.8.1

Toggle 1.8.1's commit message
Fixed refs

1.8.0

Toggle 1.8.0's commit message
Merge branch 'master' of github.com:berndporr/iir1

1.7.9

Toggle 1.7.9's commit message
Changed all variables to double.

1.7.8

Toggle 1.7.8's commit message
State.cpp was empty and is not needed as this is header only.

1.7.7

Toggle 1.7.7's commit message
Thomas Gulde pointed out that if the order in the setup

command is less than the max order then the output
is zero. That's fixed now in that if the order is lower
that the remaining biquads are now initialised as the
identity operation.
It would be better to actually run the loop only
through the biquads which have proper coefficients
but that's not accessible because of the template
mess. Would require a lot of re-writing to merge
memory and coefficient classes.

1.7.6

Toggle 1.7.6's commit message
New version number and docs updated

1.7.5

Toggle 1.7.5's commit message
Merge branch 'thecaptury-master'

1.7.4

Toggle 1.7.4's commit message
New version number

1.7.3

Toggle 1.7.3's commit message
Updated documentation

0