va-filter
va-filter copied to clipboard
Nonlinear models of analogue filters implemented as a plugin in Rust
Results
2
va-filter issues
Sort by
recently updated
recently updated
newest added
Added Clap generation. Tested briefly under REAPER (6.71 pre).
Enum based implementation for handling parameters. Advantages: - improved readability, the connection between parameter numbers and their purpose becomes clean. - improved robustness, less risk of introducing bugs, - stable...