rubenphilipp / rp-clm

A collection of Common Lisp generators and instruments for CLM.
http://code.rubenphilipp.com/rp-clm/
1 stars 0 forks source link

setter methods for biquad filters #1

Open rubenphilipp opened 8 months ago

rubenphilipp commented 8 months ago

Implement setter methods (e.g. to easily change the coefficients for specific filter types) for biquad filters.

rubenphilipp commented 8 months ago

it might be useful to define classes for the biquad filters. (cf. mus.lisp l. 1238 etc. in clm).